public class AnnotatedTypeWrapper<T> extends ForwardingAnnotatedType<T>
| Constructor and Description |
|---|
AnnotatedTypeWrapper(AnnotatedType<T> delegate,
java.lang.annotation.Annotation... additionalAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType<T> |
delegate() |
<A extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<A> annotationType) |
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
getConstructors, getFields, getJavaClass, getMethodsequals, getBaseType, getTypeClosure, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBaseType, getTypeClosurepublic AnnotatedTypeWrapper(AnnotatedType<T> delegate, java.lang.annotation.Annotation... additionalAnnotations)
public AnnotatedType<T> delegate()
delegate in class ForwardingAnnotatedType<T>public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
getAnnotation in interface AnnotatedgetAnnotation in class ForwardingAnnotatedpublic java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations in interface AnnotatedgetAnnotations in class ForwardingAnnotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface AnnotatedisAnnotationPresent in class ForwardingAnnotatedCopyright © 2015. All Rights Reserved.