public static enum AnnotationDatabase.Target extends java.lang.Enum<AnnotationDatabase.Target>
Enum Constant and Description |
---|
ANY |
CLASS
Deprecated.
|
FIELD |
METHOD |
PARAMETER |
Modifier and Type | Method and Description |
---|---|
static AnnotationDatabase.Target |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationDatabase.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationDatabase.Target FIELD
public static final AnnotationDatabase.Target METHOD
public static final AnnotationDatabase.Target PARAMETER
@Deprecated public static final AnnotationDatabase.Target CLASS
public static final AnnotationDatabase.Target ANY
public static AnnotationDatabase.Target[] values()
for (AnnotationDatabase.Target c : AnnotationDatabase.Target.values()) System.out.println(c);
public static AnnotationDatabase.Target 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 nullFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.