Class CommandMethodProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
cloud.commandframework.annotations.processing.CommandMethodProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("cloud.commandframework.annotations.CommandMethod")
public final class CommandMethodProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
CommandMethodProcessor
public CommandMethodProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-