Home / Class/ LombokDefaultValueProperties Class — spring-boot Architecture

LombokDefaultValueProperties Class — spring-boot Architecture

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

@Data
@TestConfigurationProperties("default")
@SuppressWarnings("unused")
public class LombokDefaultValueProperties {

	private String description = "my description";

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free