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