public class AnnotationInfo extends Object
| Constructor and Description |
|---|
AnnotationInfo(AnnotationInfo parent)
The parent is typically the class level annotation information
which could be considered to hold default values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String prefix,
String name,
Object value)
Add a annotation value.
|
void |
addEnum(String prefix,
String name,
String desc,
String value)
Add a enum annotation value.
|
AnnotationInfo |
getParent() |
Object |
getValue(String key)
Return a value out of the map.
|
void |
setParent(AnnotationInfo parent) |
String |
toString() |
public AnnotationInfo(AnnotationInfo parent)
public AnnotationInfo getParent()
public void setParent(AnnotationInfo parent)
public void addEnum(String prefix, String name, String desc, String value)
Copyright © 2016. All rights reserved.