| Modifier and Type | Method and Description |
|---|---|
Annotation |
HasAnnotations.getAnnotation(String name)
Gets the annotation by key/name.
|
Annotation |
AnnotationContainer.getAnnotation(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Annotation> |
AnnotationContainer.getA()
Short-hand for
AnnotationContainer.getAnnotationMap(). |
Map<String,Annotation> |
HasAnnotations.getAnnotationMap()
Gets the annotation map.
|
Map<String,Annotation> |
AnnotationContainer.getAnnotationMap() |
Collection<Annotation> |
HasAnnotations.getAnnotations()
Gets the annotations.
|
Collection<Annotation> |
AnnotationContainer.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
HasAnnotations.add(Annotation annotation)
Adds the annoation.
|
void |
AnnotationContainer.add(Annotation annotation) |
void |
Proto.add(Annotation annotation) |
ProtoParser.annotation_keyval_return |
ProtoParser.annotation_keyval(Proto proto,
Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HasAnnotations.addAnnotations(Map<String,Annotation> source,
boolean clearSource)
Adds all the annotations to this container.
|
boolean |
AnnotationContainer.addAnnotations(Map<String,Annotation> source,
boolean clearSource) |
Copyright © 2009–2021. All rights reserved.