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() |
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.Annotated
public Set<Type> getTypeClosure()
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2016. All rights reserved.