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, getMethods
equals, getBaseType, getTypeClosure, hashCode, toString
public 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.Annotated
getAnnotation
in class ForwardingAnnotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
getAnnotations
in class ForwardingAnnotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
isAnnotationPresent
in class ForwardingAnnotated
Copyright © 2016. All rights reserved.