|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotationProcessor
This service provides a plugin for annotation processing. Custom tags
can be processed.
On a scanned class all available annotation processors are called in
order of their getRanking() value (lowest value first).
| Method Summary | |
|---|---|
java.lang.String |
getName()
A user friendly name |
int |
getRanking()
The ranking of this processor. |
void |
process(ScannedClass scannedClass,
ClassDescription describedClass)
Processes annotations from the provided scanned class and adds descriptions to the object model based on the read annotations. |
| Method Detail |
|---|
void process(ScannedClass scannedClass,
ClassDescription describedClass)
throws SCRDescriptorException,
SCRDescriptorFailureException
scannedClass - The scanned class.describedClass - The description container.
SCRDescriptorException
SCRDescriptorFailureExceptionjava.lang.String getName()
int getRanking()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||