Package ch.tocco.nice2.appmodule.api
Annotation Interface ConditionalOnPropertyNotEmpty
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Conditional(OnPropertyNotEmptyCondition.class)
public @interface ConditionalOnPropertyNotEmpty
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Required Element Summary
-
Element Details
-
value
String value
-