Home / Class/ PackagePrivateMainMethod Class — spring-boot Architecture

PackagePrivateMainMethod Class — spring-boot Architecture

Architecture documentation for the PackagePrivateMainMethod class in SpringApplicationAotProcessorTests.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/test/java/org/springframework/boot/SpringApplicationAotProcessorTests.java lines 142–149

	@Configuration(proxyBeanMethods = false)
	public static class PackagePrivateMainMethod {

		static void main(String[] args) {
			invoker.invoke(args, () -> SpringApplication.run(PackagePrivateMainMethod.class, args));
		}

	}

Analyze Your Own Codebase

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

Try Supermodel Free