Home / Type/ TestAutoConfigureOrder Type — spring-boot Architecture

TestAutoConfigureOrder Type — spring-boot Architecture

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

Entity Profile

Source Code

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

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

	int value() default Integer.MAX_VALUE;

}

Analyze Your Own Codebase

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

Try Supermodel Free