Home / Class/ ConventionSourceAnnotated Class — spring-boot Architecture

ConventionSourceAnnotated Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/source/ConventionSourceAnnotated.java lines 22–32

@TestConfigurationProperties(prefix = "example")
public class ConventionSourceAnnotated {

	@TestNestedConfigurationProperty
	private final ConventionSource nested = new ConventionSource();

	public ConventionSource getNested() {
		return this.nested;
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free