|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Creator<E,MD>
Based on the element meta data is created by scanning the appropriate annotation and creating the right meta data. If no annotation is found the creator does nothing. Usually the element is an object implementing AnnotatedElement, but it could also be an array of annotated elements. So E does not extend AnnotatedElement. There is no common denominator for meta data.
Method Summary | |
---|---|
MD |
create(E element)
Create a piece of meta data based on the given element. |
Method Detail |
---|
MD create(E element)
element
- the element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |