Package classUtils.javassist.preproc

A sample preprocessor.

See:
          Description

Interface Summary
Assistant This is an interface for objects invoked by the Javassist preprocessor when the preprocessor encounters an annotated import declaration.
 

Class Summary
Compiler This is a preprocessor for Java source programs using annotated import declarations.
 

Package classUtils.javassist.preproc Description

A sample preprocessor.

The preprocessor for running Javassist at compile time. The produced class files are saved on a local disk.

This package is provided as a sample implementation of the preprocessor using Javassist. All the programs in this package uses only the regular Javassist API; they never call any hidden methods.