public interface JvmAnnotatedElement extends JvmElement
Modifier and Type | Method and Description |
---|---|
default JvmAnnotation |
getAnnotation(java.lang.String fqn) |
JvmAnnotation [] |
getAnnotations() |
default boolean |
hasAnnotation(java.lang.String fqn) |
accept, getSourceElement
JvmAnnotation [] getAnnotations()
default JvmAnnotation getAnnotation(java.lang.String fqn)
default boolean hasAnnotation(java.lang.String fqn)