public interface AnnotationSource
Modifier and Type | Interface and Description |
---|---|
static class |
AnnotationSource.Empty
An annotation source that does not declare any annotations.
|
static class |
AnnotationSource.Explicit
An 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–2021. All rights reserved.