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. |