public static class AnnotationInfo.AnnotationParamValue extends Object implements Comparable<AnnotationInfo.AnnotationParamValue>
Constructor and Description |
---|
AnnotationParamValue(String paramName,
Object paramValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AnnotationInfo.AnnotationParamValue o) |
boolean |
equals(Object obj) |
String |
getParamName()
Get the annotation parameter name.
|
Object |
getParamValue()
Get the annotation parameter value.
|
String |
toString() |
public String getParamName()
public Object getParamValue()
public int compareTo(AnnotationInfo.AnnotationParamValue o)
compareTo
in interface Comparable<AnnotationInfo.AnnotationParamValue>
Copyright © 2018. All rights reserved.