public final class SerAnnotatedElement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
className
fully qualified name of class
|
boolean |
isMethod
true for method, false for class or field
|
String |
memberName
mame of method or field within class, or null for whole class
|
TreeMap<String,Object> |
values
values of annotation, as primitive wrappers, String's, ArrayList's (for arrays), or Ser*Const objects
|
Copyright © 2018. All rights reserved.