| org.apache.tapestry.ioc.AnnotationProvider
All known Subclasses: org.apache.tapestry.ioc.internal.NullAnnotationProvider,
AnnotationProvider | public interface AnnotationProvider (Code) | | 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 Summary | |
T | getAnnotation(Class<T> annotationClass) Searches for the specified annotation, returning the matching annotation instance. |
getAnnotation | T getAnnotation(Class<T> annotationClass)(Code) | | Searches for the specified annotation, returning the matching annotation instance.
< Parameters: T - > Parameters: annotationClass - used to select the annotation to return« the annotation, or null if not found |
|
|