|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.plastic.EmptyAnnotationAccess
public class EmptyAnnotationAccess
Field Summary | |
---|---|
static AnnotationAccess |
SINGLETON
|
Method Summary | ||
---|---|---|
|
getAnnotation(java.lang.Class<T> annotationType)
Returns an instantiated annotation, or null if the target does not have the indicated annotation. |
|
|
hasAnnotation(java.lang.Class<T> annotationType)
Checks to see if the target has an annotation of the given type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AnnotationAccess SINGLETON
Method Detail |
---|
public <T extends java.lang.annotation.Annotation> boolean hasAnnotation(java.lang.Class<T> annotationType)
AnnotationAccess
hasAnnotation
in interface AnnotationAccess
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
AnnotationAccess
getAnnotation
in interface AnnotationAccess
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |