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
 java.util.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

java.util.Collection<MetaAnnotation<?>> getMetaAnnotations()


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