Home / Type/ TestConditionalOnWebApplication Type — spring-boot Architecture

TestConditionalOnWebApplication Type — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestConditionalOnWebApplication.java lines 31–44

@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TestConditionalOnWebApplication {

	Type type() default Type.ANY;

	enum Type {

		ANY, SERVLET, REACTIVE

	}

}

Analyze Your Own Codebase

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

Try Supermodel Free