Comparable<AnnotationInfo>public class AnnotationInfo extends Object implements Comparable<AnnotationInfo>
| Modifier and Type | Field | Description |
|---|---|---|
protected ScanResult |
scanResult |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(AnnotationInfo o) |
|
boolean |
equals(Object obj) |
|
ClassInfo |
getClassInfo() |
|
protected String |
getClassName() |
Return the name of the annotation class, for
getClassInfo(). |
List<AnnotationParameterValue> |
getDefaultParameterValues() |
|
String |
getName() |
|
List<AnnotationParameterValue> |
getParameterValues() |
|
int |
hashCode() |
|
boolean |
isInherited() |
|
String |
toString() |
protected transient ScanResult scanResult
public String getName()
public boolean isInherited()
Inherited.public List<AnnotationParameterValue> getDefaultParameterValues()
public List<AnnotationParameterValue> getParameterValues()
protected String getClassName()
getClassInfo().public ClassInfo getClassInfo()
ClassInfo object for the annotation class.public int compareTo(AnnotationInfo o)
compareTo in interface Comparable<AnnotationInfo>Copyright © 2018. All rights reserved.