Home / Class/ LombokPropertiesSource Class — spring-boot Architecture

LombokPropertiesSource Class — spring-boot Architecture

Architecture documentation for the LombokPropertiesSource class in LombokPropertiesSource.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/generation/LombokPropertiesSource.java lines 24–41

@Getter
@Setter
@TestConfigurationPropertiesSource
public class LombokPropertiesSource {

	/**
	 * Description of this simple property.
	 */
	@SuppressWarnings("unused")
	private String name = "boot";

	/**
	 * Whether it is enabled.
	 */
	@SuppressWarnings("unused")
	private boolean enabled;

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free