Class AutoConfigureAnnotationProcessor

  • All Implemented Interfaces:
    Processor

    @SupportedAnnotationTypes({"org.springframework.context.annotation.Configuration","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"})
    public class AutoConfigureAnnotationProcessor
    extends AbstractProcessor
    Annotation processor to store certain annotations from auto-configuration classes in a property file.