@Deprecated public static enum RemoveUnusedImports.JavadocOnlyImports extends java.lang.Enum<RemoveUnusedImports.JavadocOnlyImports>
| Enum Constant and Description |
|---|
KEEP
Deprecated.
Keep imports that are only used in javadoc.
|
REMOVE
Deprecated.
Remove imports that are only used in javadoc, and fully qualify any
@link tags. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveUnusedImports.JavadocOnlyImports |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RemoveUnusedImports.JavadocOnlyImports[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoveUnusedImports.JavadocOnlyImports REMOVE
@link tags.public static final RemoveUnusedImports.JavadocOnlyImports KEEP
public static RemoveUnusedImports.JavadocOnlyImports[] values()
for (RemoveUnusedImports.JavadocOnlyImports c : RemoveUnusedImports.JavadocOnlyImports.values()) System.out.println(c);
public static RemoveUnusedImports.JavadocOnlyImports 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 nullCopyright © 2015-2018 Google Inc.. All Rights Reserved.