@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @Conditional(value=com.azure.spring.cloud.autoconfigure.condition.OnMissingPropertyCondition.class) public @interface ConditionalOnMissingProperty
public abstract String[] value
ConditionalOnMissingProperty.name().public abstract String prefix
"azure.spring.cloud").public abstract String[] name
azure.spring.cloud and one value is my-value, the full key would be
azure.spring.cloud.my-value
Use the dashed notation to specify each property, that is all lower case with a "-"
to separate words (e.g. my-long-property).
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.