Annotation Type ConditionalOnFeaturesEnabled
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnProperty(name="spring.cloud.features.enabled", matchIfMissing=true) public @interface ConditionalOnFeaturesEnabledThe conditional annotation meta-annotates@ConditionalOnPropertyfor@FeaturesEndpointenabled.- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
CommonsClientAutoConfiguration.ActuatorConfiguration,FeaturesEndpoint,HasFeatures,SpringCloudPropertyConstants.FEATURES_ENABLED_PROPERTY_NAME,ConditionalOnProperty