ConditionalOnBooleanProperties Type — spring-boot Architecture
Architecture documentation for the ConditionalOnBooleanProperties type/interface in ConditionalOnBooleanProperties.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnBooleanProperties.java lines 35–48
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE, ElementType.METHOD })
@Documented
@Conditional(OnPropertyCondition.class)
public @interface ConditionalOnBooleanProperties {
/**
* Return the contained
* {@link ConditionalOnBooleanProperty @ConditionalOnBooleanProperty} annotations.
* @return the contained annotations
*/
ConditionalOnBooleanProperty[] value();
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free