|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Processor<MD,T extends AnnotatedElement>
Creates and places a piece of meta data into the right place.
| Method Summary | |
|---|---|
Collection<Class<? extends Annotation>> |
getAnnotationTypes()
Get the annotations handled by this processor. |
void |
process(MD metaData,
T type)
Process a piece of meta data. |
| Method Detail |
|---|
void process(MD metaData,
T type)
metaData - the meta datatype - the annotated elementCollection<Class<? extends Annotation>> getAnnotationTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||