T - the base typeS - the annotated element typepublic abstract class ForwardingAnnotated extends java.lang.Object implements Annotated
| Constructor and Description |
|---|
ForwardingAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Annotated |
delegate() |
boolean |
equals(java.lang.Object obj) |
<A extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<A> annotationType) |
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations() |
java.lang.reflect.Type |
getBaseType() |
java.util.Set<java.lang.reflect.Type> |
getTypeClosure() |
int |
hashCode() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
java.lang.String |
toString() |
protected abstract Annotated delegate()
public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
getAnnotation in interface Annotatedpublic java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations in interface Annotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface Annotatedpublic java.lang.reflect.Type getBaseType()
getBaseType in interface Annotatedpublic java.util.Set<java.lang.reflect.Type> getTypeClosure()
getTypeClosure in interface Annotatedpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.