More idiomatic
#[auto_plugin(...)]
#[auto_component(...)]
#[auto_resource(...)]
#[auto_system(...)]
#[auto_event(...)]
#[auto_observer(...)]
#[auto_system_set(...)]
More aggressive
#[auto(type = Component, plugin = Test, register, name)]
#[auto(type = Resource, plugin = Test, register, init)]
#[auto(type = Event, plugin = Test, register, add)]