public interface Annotation
Modifier and Type | Method and Description |
---|---|
Object |
getAnnotation()
Get the Annotation Object
|
String |
getClassName()
Get the class Name of this annotation
|
String |
getMemberName()
Get the member name
|
List<String> |
getParameterTypes()
Get the list of parameters type for this annotation
|
boolean |
isOnField()
Check if the annotation is on a field
|
boolean |
isOnMethod()
Check if the annotation is on a method
|
String getClassName()
Object getAnnotation()
List<String> getParameterTypes()
String getMemberName()
boolean isOnMethod()
boolean isOnField()
Copyright © 2021 JBoss by Red Hat. All rights reserved.