Package ch.raffael.meldioc.processor
Class MeldProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
ch.raffael.meldioc.processor.MeldProcessor
- All Implemented Interfaces:
Processor
@SupportedSourceVersion(RELEASE_11)
@SupportedAnnotationTypes({"ch.raffael.meldioc.Configuration","ch.raffael.meldioc.Feature","ch.raffael.meldioc.Feature.Mount","ch.raffael.meldioc.Feature.DependsOn","ch.raffael.meldioc.Feature.Import","ch.raffael.meldioc.Provision","ch.raffael.meldioc.ExtensionPoint","ch.raffael.meldioc.ExtensionPoint.Acceptor","ch.raffael.meldioc.Setup","ch.raffael.meldioc.Parameter","ch.raffael.meldioc.Parameter.Prefix"})
@SupportedOptions("ch.raffael.meldioc.includeMessageId")
public class MeldProcessor
extends AbstractProcessor
Main processor class.
-
Field Summary
FieldsFields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(@NotNull Set<? extends TypeElement> annotations, @NotNull RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, init, isInitialized
-
Field Details
-
OPT_INCLUDE_MSG_ID
- See Also:
-
OPT_GENERATE_ON_ERRORS
- See Also:
-
OPT_VERBOSE
- See Also:
-
-
Constructor Details
-
MeldProcessor
public MeldProcessor()
-
-
Method Details
-
process
public boolean process(@NotNull @NotNull Set<? extends TypeElement> annotations, @NotNull @NotNull RoundEnvironment roundEnv) - Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedOptions
- Specified by:
getSupportedOptionsin interfaceProcessor- Overrides:
getSupportedOptionsin classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-