Home / Class/ ParentWithHintProperties Class — spring-boot Architecture

ParentWithHintProperties Class — spring-boot Architecture

Architecture documentation for the ParentWithHintProperties class in ParentWithHintProperties.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/ParentWithHintProperties.java lines 21–37

@TestConfigurationProperties("example")
public class ParentWithHintProperties extends SimpleSource {

	/**
	 * Whether this is enabled.
	 */
	private boolean enabled;

	public boolean isEnabled() {
		return this.enabled;
	}

	public void setEnabled(boolean enabled) {
		this.enabled = enabled;
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free