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

All Superinterfaces:
java.lang.reflect.AnnotatedElement
All Known Subinterfaces:
AnnotatedMember<T>, AnnotatedMethod<T>, MetaAnnotated<T>
All Known Implementing Classes:
MetaAnnotatedClass, MetaAnnotatedConstructor, MetaAnnotatedField, MetaAnnotatedMethod, MetaAnnotatedObject

public interface Annotated<T>
extends java.lang.reflect.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 © 2005-2011 The Apache Software Foundation. All Rights Reserved.