@SupportedAnnotationTypes(value={"org.springframework.boot.autoconfigure.condition.ConditionalOnClass","org.springframework.boot.autoconfigure.condition.ConditionalOnBean","org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate","org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication","org.springframework.boot.autoconfigure.AutoConfigureBefore","org.springframework.boot.autoconfigure.AutoConfigureAfter","org.springframework.boot.autoconfigure.AutoConfigureOrder","org.springframework.boot.autoconfigure.AutoConfiguration"}) public class AutoConfigureAnnotationProcessor extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
protected static String |
PROPERTIES_PATH |
processingEnv
Constructor and Description |
---|
AutoConfigureAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
protected List<org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor.PropertyGenerator> |
getPropertyGenerators() |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
protected static final String PROPERTIES_PATH
protected List<org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor.PropertyGenerator> getPropertyGenerators()
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor