Commit 6cd624ba authored by Stephane Nicoll's avatar Stephane Nicoll

Restore processing of Endpoint meta-data

parent 6671a19c
...@@ -74,8 +74,8 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor ...@@ -74,8 +74,8 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor
static final String DEPRECATED_CONFIGURATION_PROPERTY_ANNOTATION = "org.springframework.boot." static final String DEPRECATED_CONFIGURATION_PROPERTY_ANNOTATION = "org.springframework.boot."
+ "context.properties.DeprecatedConfigurationProperty"; + "context.properties.DeprecatedConfigurationProperty";
static final String ENDPOINT_ANNOTATION = "org.springframework.boot." static final String ENDPOINT_ANNOTATION = "org.springframework.boot.actuate."
+ "endpoint.Endpoint"; + "endpoint.annotation.Endpoint";
static final String LOMBOK_DATA_ANNOTATION = "lombok.Data"; static final String LOMBOK_DATA_ANNOTATION = "lombok.Data";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment