T - public class VetoedSuppressedAnnotatedType<T> extends ForwardingAnnotatedType<T>
| Constructor and Description |
|---|
VetoedSuppressedAnnotatedType(AnnotatedType<T> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType<T> |
delegate() |
static <T> VetoedSuppressedAnnotatedType<T> |
from(Class<T> clazz,
BeanManager beanManager) |
<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 VetoedSuppressedAnnotatedType(AnnotatedType<T> annotatedType)
annotatedType - public static <T> VetoedSuppressedAnnotatedType<T> from(Class<T> clazz, BeanManager beanManager)
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 ForwardingAnnotatedpublic AnnotatedType<T> delegate()
delegate in class ForwardingAnnotatedType<T>Copyright © 2016. All Rights Reserved.