This is a preprocessor for Java source programs using annotated
import declarations.
import class-name by assistant-name [(arg1, arg2, ...)]
To process this annotation, run this class as follows:
java sample.preproc.Compiler sample.j
This command produces sample.java , which only includes
regular import declarations. Also, the Javassist program
specified by assistant-name is executed so that it produces
class files under the ./tmpjvst directory. The class
specified by assistant-name must implement
sample.preproc.Assistant .
See Also: sample.preproc.Assistant |