| java.lang.Object javax.annotation.processing.AbstractProcessor com.sun.tools.javac.sym.CreateSymbols
CreateSymbols | public class CreateSymbols extends AbstractProcessor (Code) | | Used to generate a "symbol file" representing rt.jar that only
includes supported or legacy proprietary API. Valid annotation
processor options:
- com.sun.tools.javac.sym.Jar
- Specifies the location of rt.jar.
- com.sun.tools.javac.sym.Dest
- Specifies the destination directory.
This is NOT part of any API supported by Sun Microsystems.
If you write code that depends on this, you do so at your own
risk. This code and its internal interfaces are subject to change
or deletion without notice.
author: Peter von der Ah\u00e9 |
|
|