Class AccessableObjectAnnotationProvider
-
- org.apache.tapestry5.commons.internal.services.AccessableObjectAnnotationProvider
-
- All Implemented Interfaces:
AnnotationProvider
public class AccessableObjectAnnotationProvider extends implements AnnotationProvider
Provides access to annotations of an accessable object such as a or .
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends >
T<T> annotationClass)
Searches for the specified annotation, returning the matching annotation instance.toString()
-
-
-
Method Detail
-
getAnnotation
public <T extends > T <T> annotationClass)
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
public toString()
- Overrides:
in class
-
-