Home / Type/ ConditionalOnNotWarDeployment Type — spring-boot Architecture

ConditionalOnNotWarDeployment Type — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnNotWarDeployment.java lines 35–41

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

}

Analyze Your Own Codebase

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

Try Supermodel Free