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