Example usage for Java javax.tools SimpleJavaFileObject fields, constructors, methods, implement or subclass
The text is from its open source code.
SimpleJavaFileObject(URI uri, Kind kind) Construct a SimpleJavaFileObject of the given kind and with the given URI. |