public class JDietProcessor extends AbstractProcessor(Code)
This processor translates a Java source code into a J2ME compliant version.
This processor does not perform any concrete translation. It just registers
the other processor which will be perform the real job. This processor is
just the entry point of the translation process.
author: Lionel Seinturier