T - public class VetoedSuppressedAnnotatedType<T> extends ForwardingAnnotatedType<T>
Vetoed to be registered, i.e. Vetoed annotation is ignored.| Constructor and Description |
|---|
VetoedSuppressedAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedType<T> |
delegate() |
static <T> VetoedSuppressedAnnotatedType<T> |
from(Class<T> clazz,
javax.enterprise.inject.spi.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, toStringpublic VetoedSuppressedAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
annotatedType - public static <T> VetoedSuppressedAnnotatedType<T> from(Class<T> clazz, javax.enterprise.inject.spi.BeanManager beanManager)
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 ForwardingAnnotatedpublic javax.enterprise.inject.spi.AnnotatedType<T> delegate()
delegate in class ForwardingAnnotatedType<T>Copyright © 2017. All rights reserved.