Class AccessableObjectAnnotationProvider
java.lang.Object
org.apache.tapestry5.commons.internal.services.AccessableObjectAnnotationProvider
- All Implemented Interfaces:
AnnotationProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annotationClass) Searches for the specified annotation, returning the matching annotation instance.toString()
-
Constructor Details
-
AccessableObjectAnnotationProvider
-
-
Method Details
-
getAnnotation
Description copied from interface:AnnotationProvider
Searches for the specified annotation, returning the matching annotation instance.- Specified by:
getAnnotation
in interfaceAnnotationProvider
- Parameters:
annotationClass
- used to select the annotation to return- Returns:
- the annotation, or null if not found
-
toString
-