Home / Class/ LombokNameAnnotationProperties Class — spring-boot Architecture

LombokNameAnnotationProperties Class — spring-boot Architecture

Architecture documentation for the LombokNameAnnotationProperties class in LombokNameAnnotationProperties.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/name/LombokNameAnnotationProperties.java lines 30–47

@Getter
@Setter
@TestConfigurationProperties("named")
public class LombokNameAnnotationProperties {

	/**
	 * Imports to apply.
	 */
	@TestName("import")
	private String imports;

	/**
	 * Whether default mode is enabled.
	 */
	@TestName("default")
	private boolean defaultValue = true;

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free