Okay, so far i've added the getAnnotationTypes and return the processed
annotation(s), for each processor..
Furthmore i added:
| public interface AnnotationContext
| {
| Collection<Class<? extends Annotation>> getTypeAnnotations();
| Collection<Class<? extends Annotation>> getMethodAnnotations();
| Collection<Class<? extends Annotation>> getFieldAnnotations();
| }
|
Which represents the set of annotations for each Creator...
e.g. the EjbJar30Creator would return @Statful, @Stateless and @MesageDriven as
TypeAnnotation and null for Method and Field annotations.
Any further ideas / comments ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164829#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...