Home / Class/ DeprecatedSimplePojo Class — spring-boot Architecture

DeprecatedSimplePojo Class — spring-boot Architecture

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

public class DeprecatedSimplePojo {

	private int value;

	@Deprecated
	public int getValue() {
		return this.value;
	}

	public void setValue(int value) {
		this.value = value;
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free