Home / Class/ LombokDeprecatedSingleProperty Class — spring-boot Architecture

LombokDeprecatedSingleProperty Class — spring-boot Architecture

Architecture documentation for the LombokDeprecatedSingleProperty class in LombokDeprecatedSingleProperty.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/lombok/LombokDeprecatedSingleProperty.java lines 28–38

@Data
@TestConfigurationProperties("singledeprecated")
@SuppressWarnings("unused")
public class LombokDeprecatedSingleProperty {

	@Deprecated
	private String name;

	private String description;

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free