public class AnnotatedTypeWrapper<T> extends ForwardingAnnotatedType<T>
| Constructor and Description |
|---|
AnnotatedTypeWrapper(javax.enterprise.inject.spi.AnnotatedType<T> delegate,
Annotation... additionalAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.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, toStringpublic AnnotatedTypeWrapper(javax.enterprise.inject.spi.AnnotatedType<T> delegate, Annotation... additionalAnnotations)
public javax.enterprise.inject.spi.AnnotatedType<T> delegate()
delegate in class ForwardingAnnotatedType<T>public <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.AnnotatedgetAnnotation in class ForwardingAnnotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.AnnotatedgetAnnotations in class ForwardingAnnotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedisAnnotationPresent in class ForwardingAnnotatedCopyright © 2017. All rights reserved.