public class Default extends Object implements Comparable<Default>
AnnotationUtils).
 It also has a handy toString method that is useful for debugging.
| Modifier and Type | Field and Description | 
|---|---|
AnnotationMirror | 
anno  | 
TypeUseLocation | 
location  | 
| Constructor and Description | 
|---|
Default(AnnotationMirror anno,
       TypeUseLocation location)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Default other)  | 
boolean | 
equals(Object thatObj)  | 
int | 
hashCode()  | 
String | 
toString()  | 
public final AnnotationMirror anno
public final TypeUseLocation location
public Default(AnnotationMirror anno, TypeUseLocation location)
public int compareTo(Default other)
compareTo in interface Comparable<Default>