public interface AnnotationSource
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | AnnotationSource.EmptyAn annotation source that does not declare any annotations. | 
| static class  | AnnotationSource.ExplicitAn annotation source that declares a given list of annotations. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationList | getDeclaredAnnotations()Returns a list of annotations that are declared by this instance. | 
AnnotationList getDeclaredAnnotations()
Copyright © 2014–2025. All rights reserved.