Package org.jboss.hal.processor
Class ColumnRegistrationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.jboss.auto.AbstractProcessor
-
- org.jboss.hal.processor.ColumnRegistrationProcessor
-
- All Implemented Interfaces:
Processor
@AutoService(javax.annotation.processing.Processor.class) @SupportedAnnotationTypes({"org.jboss.hal.spi.Column","org.jboss.hal.spi.AsyncColumn"}) public class ColumnRegistrationProcessor extends org.jboss.auto.AbstractProcessor
Processor which automates registration of finder columns marked with either@Columnor@AsyncColumn.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColumnRegistrationProcessor.ColumnInfo
-
Constructor Summary
Constructors Constructor Description ColumnRegistrationProcessor()
-
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
-
-