org.apache.xbean.finder
Interface MetaAnnotated<T>

All Superinterfaces:
Annotated<T>, AnnotatedElement
All Known Implementing Classes:
MetaAnnotatedClass, MetaAnnotatedConstructor, MetaAnnotatedElement, MetaAnnotatedField, MetaAnnotatedMethod

public interface MetaAnnotated<T>
extends Annotated<T>

Version:
$Rev$ $Date$

Method Summary
 Collection<MetaAnnotation<?>> getMetaAnnotations()
           
 
Methods inherited from interface org.apache.xbean.finder.Annotated
get
 
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
 

Method Detail

getMetaAnnotations

Collection<MetaAnnotation<?>> getMetaAnnotations()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.