Home / Class/ OlderThan18Required Class — spring-boot Architecture

OlderThan18Required Class — spring-boot Architecture

Architecture documentation for the OlderThan18Required class in ConditionalOnJavaTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnJavaTests.java lines 131–140

	@Configuration(proxyBeanMethods = false)
	@ConditionalOnJava(range = Range.OLDER_THAN, value = JavaVersion.EIGHTEEN)
	static class OlderThan18Required {

		@Bean
		String foo() {
			return "foo";
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free