| Package | Description |
|---|---|
| com.google.googlejavaformat.java |
| Modifier and Type | Method and Description |
|---|---|
static RemoveUnusedImports.JavadocOnlyImports |
RemoveUnusedImports.JavadocOnlyImports.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RemoveUnusedImports.JavadocOnlyImports[] |
RemoveUnusedImports.JavadocOnlyImports.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RemoveUnusedImports.removeUnusedImports(String contents,
RemoveUnusedImports.JavadocOnlyImports javadocOnlyImports)
Deprecated.
use
RemoveUnusedImports.removeUnusedImports(String) instead. |
Copyright © 2015–2017 Google Inc.. All rights reserved.