public class AnnotationContainer extends Object implements AnnotationContainerReader
| Constructor and Description |
|---|
AnnotationContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AnnotationHolder annotation) |
Iterable<AnnotationHolder> |
all() |
AnnotationHolder |
get(String type) |
void |
remove(AnnotationHolder annotation) |
void |
remove(String type) |
public void add(AnnotationHolder annotation)
public AnnotationHolder get(String type)
get in interface AnnotationContainerReaderpublic void remove(AnnotationHolder annotation)
public void remove(String type)
public Iterable<AnnotationHolder> all()
all in interface AnnotationContainerReaderCopyright © 2015. All rights reserved.