Package org.apache.xbean.finder
Interface MetaAnnotated<T>
-
- All Superinterfaces:
Annotated<T>
,java.lang.reflect.AnnotatedElement
- All Known Implementing Classes:
MetaAnnotatedClass
,MetaAnnotatedConstructor
,MetaAnnotatedElement
,MetaAnnotatedField
,MetaAnnotatedMethod
public interface MetaAnnotated<T> extends Annotated<T>
- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<MetaAnnotation<?>>
getMetaAnnotations()
-
-
-
Method Detail
-
getMetaAnnotations
java.util.Collection<MetaAnnotation<?>> getMetaAnnotations()
-
-