public interface IParsedAnnotation
AnnotationParser.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getValues() |
boolean |
wasSet(java.lang.String name)
Check if a value was present in the bytecode of the annotation.
|
java.util.Map<java.lang.String,java.lang.Object> getValues()
boolean wasSet(java.lang.String name)
name - The name of the value