public class UnbackedAnnotated extends BaseAnnotated
Constructor and Description |
---|
UnbackedAnnotated(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
getBaseType
public UnbackedAnnotated(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations)
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
public Set<Annotation> getAnnotations()
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
Copyright © 2016. All rights reserved.