Home / Type/ TestAutoConfigurationPackage Type — spring-boot Architecture

TestAutoConfigurationPackage Type — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot-autoconfigure/src/testFixtures/java/org/springframework/boot/autoconfigure/TestAutoConfigurationPackage.java lines 33–41

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(TestAutoConfigurationPackageRegistrar.class)
public @interface TestAutoConfigurationPackage {

	Class<?> value();

}

Analyze Your Own Codebase

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

Try Supermodel Free