public interface AnnotationContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(Annotation annotation) |
java.lang.Iterable<Annotation> |
annotations() |
<T extends Annotation> |
annotations(java.lang.Class<? extends T> ofType) |
void |
removeAnnotation(Annotation annotation) |
void |
removeAnnotations(java.lang.Class<? extends Annotation> ofType) |
@Nonnull java.lang.Iterable<Annotation> annotations()
@Nonnull <T extends Annotation> java.lang.Iterable<T> annotations(@Nonnull java.lang.Class<? extends T> ofType)
void addAnnotation(@Nonnull
Annotation annotation)
void removeAnnotation(@Nonnull
Annotation annotation)
void removeAnnotations(@Nonnull
java.lang.Class<? extends Annotation> ofType)
Copyright © 2015 echocat. All Rights Reserved.