Home / Type/ ConditionalOnWarDeployment Type — spring-boot Architecture

ConditionalOnWarDeployment Type — spring-boot Architecture

Architecture documentation for the ConditionalOnWarDeployment type/interface in ConditionalOnWarDeployment.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnWarDeployment.java lines 34–40

@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Conditional(OnWarDeploymentCondition.class)
public @interface ConditionalOnWarDeployment {

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free