'lo all,

I'm really loving using the JDK annotations for @Component and
@Service etc. in my code base, really makes using SCR much nicer,
however I was wondering if the plugin supports chained annotations at
all?  What I'd love to do is:

@Component(immediate = true)
@Service
@Retention(RetentionPolicy.RUNTIME)
public @interface ReportComponent {
}


and then on my component classes just use @ReportComponent instead of
repeating the @Component/@Service pair.  Does anyone know if the
plugin supports this, or can support it?


-- 
Pull me down under...

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to