- All Implemented Interfaces:
- Processor
@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"})
public class AutoConfigureAnnotationProcessor
extends AbstractProcessor
Annotation processor to store certain annotations from auto-configuration classes in a
property file.
- Since:
- 1.5.0
- Author:
- Madhura Bhave, Phillip Webb