Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.ioc » [javadoc | source]
org.apache.tapestry5.ioc
public interface: AnnotationProvider [javadoc | source] A source of annotations. This interface is used to mask where the annotations come from (for example, from a Method, a Class, or some other source).
Method from org.apache.tapestry5.ioc.AnnotationProvider Summary:
getAnnotation
Method from org.apache.tapestry5.ioc.AnnotationProvider Detail:
 public T getAnnotation(Class<T> annotationClass)
    Searches for the specified annotation, returning the matching annotation instance.