Annotation Interface ConditionalOnBooleanProperties
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@Conditional(org.springframework.boot.autoconfigure.condition.OnPropertyCondition.class)
public @interface ConditionalOnBooleanProperties
Container annotation that aggregates several
@ConditionalOnBooleanProperty
annotations.- Since:
- 3.5.0
- Author:
- Phillip Webb
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturn the contained@ConditionalOnBooleanProperty
annotations.
-
Element Details
-
value
ConditionalOnBooleanProperty[] valueReturn the contained@ConditionalOnBooleanProperty
annotations.- Returns:
- the contained annotations
-