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

All Superinterfaces:
AnnotatedElement
All Known Subinterfaces:
AnnotatedMember<T>, AnnotatedMethod<T>, MetaAnnotated<T>
All Known Implementing Classes:
MetaAnnotatedClass, MetaAnnotatedConstructor, MetaAnnotatedElement, MetaAnnotatedField, MetaAnnotatedMethod

public interface Annotated<T>
extends AnnotatedElement

Version:
$Rev$ $Date$

Method Summary
 T get()
           
 
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
 

Method Detail

get

T get()


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