public class Annotation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
owner |
| Constructor and Description |
|---|
Annotation(java.lang.Object owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProperty(java.lang.String name,
AnnotationProperty<?> property) |
java.lang.Iterable<java.util.Map.Entry<java.lang.String,AnnotationProperty<?>>> |
getProperties() |
AnnotationProperty<?> |
getProperty(java.lang.String name) |
protected void addProperty(java.lang.String name,
AnnotationProperty<?> property)
public AnnotationProperty<?> getProperty(java.lang.String name)
public java.lang.Iterable<java.util.Map.Entry<java.lang.String,AnnotationProperty<?>>> getProperties()