public interface NormalAnnotation extends Annotation
[JLS3:9.7] Annotations (NormalAnnotation)
Modifier and Type | Method and Description |
---|---|
List<? extends AnnotationElement> |
getElements()
Returns the annotation elements.
|
getType
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends AnnotationElement> getElements()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.