public class EmptyAnnotated extends Object implements javax.enterprise.inject.spi.Annotated
| Modifier and Type | Field and Description |
|---|---|
static EmptyAnnotated |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
<T extends Annotation> |
getAnnotations(Class<T> annotationType) |
Type |
getBaseType() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
public static final EmptyAnnotated INSTANCE
public Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic <T extends Annotation> Set<T> getAnnotations(Class<T> annotationType)
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2017. All rights reserved.