public static enum AnnotationSupplier.TypeAnnotationLocation extends java.lang.Enum<AnnotationSupplier.TypeAnnotationLocation>
| Enum Constant and Description |
|---|
CLASS_EXTENDS |
CLASS_INTERFACE |
FIELD |
LOCAL_VARIABLE |
METHOD_RECEIVER |
METHOD_RETURN |
METHOD_THROWS |
PARAMETER |
TYPE_PARAMETER |
TYPE_PARAMETER_BOUND |
| Modifier and Type | Field and Description |
|---|---|
AnnotationSupplier.LocationFilter |
filter |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationSupplier.TypeAnnotationLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationSupplier.TypeAnnotationLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationSupplier.TypeAnnotationLocation CLASS_EXTENDS
public static final AnnotationSupplier.TypeAnnotationLocation CLASS_INTERFACE
public static final AnnotationSupplier.TypeAnnotationLocation METHOD_RETURN
public static final AnnotationSupplier.TypeAnnotationLocation METHOD_RECEIVER
public static final AnnotationSupplier.TypeAnnotationLocation METHOD_THROWS
public static final AnnotationSupplier.TypeAnnotationLocation PARAMETER
public static final AnnotationSupplier.TypeAnnotationLocation LOCAL_VARIABLE
public static final AnnotationSupplier.TypeAnnotationLocation FIELD
public static final AnnotationSupplier.TypeAnnotationLocation TYPE_PARAMETER
public static final AnnotationSupplier.TypeAnnotationLocation TYPE_PARAMETER_BOUND
public final AnnotationSupplier.LocationFilter filter
public static AnnotationSupplier.TypeAnnotationLocation[] values()
for (AnnotationSupplier.TypeAnnotationLocation c : AnnotationSupplier.TypeAnnotationLocation.values()) System.out.println(c);
public static AnnotationSupplier.TypeAnnotationLocation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null