Class FactoryAnnotationProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
restx.common.processor.RestxAbstractProcessor
restx.factory.processor.FactoryAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes({"restx.factory.Component","restx.factory.Module","restx.factory.Provides","restx.factory.Alternative","restx.factory.Machine"}) @SupportedOptions("debug") public class FactoryAnnotationProcessor extends restx.common.processor.RestxAbstractProcessor
User: xavierhanin Date: 1/18/13 Time: 10:02 PM
  • Constructor Details

    • FactoryAnnotationProcessor

      public FactoryAnnotationProcessor()
  • Method Details