Class ConfigurationMetadataAnnotationProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes({"org.springframework.boot.autoconfigure.AutoConfiguration","org.springframework.boot.context.properties.ConfigurationProperties","org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint","org.springframework.boot.actuate.endpoint.annotation.Endpoint","org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint","org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint","org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint","org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint","org.springframework.context.annotation.Configuration"}) public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor
Annotation Processor that writes meta-data file for @ConfigurationProperties.
Since:
1.2.0