Package org.jboss.hal.processor
Class NameTokenProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.jboss.auto.AbstractProcessor
-
- org.jboss.hal.processor.NameTokenProcessor
-
- All Implemented Interfaces:
Processor
@AutoService(javax.annotation.processing.Processor.class) @SupportedAnnotationTypes("com.gwtplatform.mvp.client.annotations.NameToken") public class NameTokenProcessor extends org.jboss.auto.AbstractProcessor
Processor which scans all@NameTokenannotations and generates several registry and helper classes based on the additional annotations bound to each place.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNameTokenProcessor.TokenInfo
-
Constructor Summary
Constructors Constructor Description NameTokenProcessor()
-
Method Summary
-
Methods inherited from class org.jboss.auto.AbstractProcessor
debug, error, error, error, getSupportedOptions, getSupportedSourceVersion, info, init, process, warning
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes
-
-