org.netbeans.api.java.classpath
Class JavaClassPathConstants
java.lang.Object
org.netbeans.api.java.classpath.JavaClassPathConstants
public class JavaClassPathConstants
- extends Object
Java related classpath constants.
- Since:
- 1.22
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESSOR_PATH
public static final String PROCESSOR_PATH
- ClassPath for annotation processors. If undefined,
ClassPath.COMPILE
should be used.
It corresponds to the -processorpath
option of javac
.
- Since:
- 1.22
- See Also:
- Constant Field Values
JavaClassPathConstants
public JavaClassPathConstants()