public class JavaClassPathConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPILE_ONLY
A part of the compilation classpath which is not included into runtime classpath.
|
static String |
PROCESSOR_PATH
ClassPath for annotation processors.
|
| Constructor and Description |
|---|
JavaClassPathConstants() |
public static final String PROCESSOR_PATH
ClassPath.COMPILE
should be used.
It corresponds to the -processorpath option of javac.
public static final String COMPILE_ONLY
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.