public class AnnotationData extends Object
| Constructor and Description |
|---|
AnnotationData(Annotation annotation) |
AnnotationData(Annotation annotation,
Set<String> allowedAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullClassName() |
String |
getName()
Get the name of the annotation by lowercasing the first letter
of the simple name, e.g., short name Required becomes required.
|
String |
getSimpleClassName() |
Map<String,Object> |
getValues() |
boolean |
isAllowed()
Determines if this is an annotation we care about.
|
String |
toString() |
public AnnotationData(Annotation annotation)
public AnnotationData(Annotation annotation, Set<String> allowedAnnotations)
public boolean isAllowed()
public String getName()
public String getFullClassName()
public String getSimpleClassName()
Copyright © 2016. All Rights Reserved.