|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the annotated infoC
- the annotation typepublic interface MetaDataAnnotationPlugin<T extends org.jboss.reflect.spi.AnnotatedInfo,C extends Annotation>
Annotation plugin based on bean metadata.
Method Summary | |
---|---|
void |
applyAnnotation(T info,
org.jboss.metadata.spi.MetaData retrieval,
BeanMetaData beanMetaData)
Apply annotations to bean metadata. |
Class<C> |
getAnnotation()
Get the annotation class we are handling. |
Set<ElementType> |
getSupportedTypes()
Get all supported types. |
Method Detail |
---|
Class<C> getAnnotation()
Set<ElementType> getSupportedTypes()
void applyAnnotation(T info, org.jboss.metadata.spi.MetaData retrieval, BeanMetaData beanMetaData) throws Throwable
info
- the annotated info we are checkingretrieval
- the metadata retrievalbeanMetaData
- the bean metadata
Throwable
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |