InvalidDefaultValueNumberProperties Class — spring-boot Architecture
Architecture documentation for the InvalidDefaultValueNumberProperties class in InvalidDefaultValueNumberProperties.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/InvalidDefaultValueNumberProperties.java lines 27–40
@TestConfigurationProperties("test")
public class InvalidDefaultValueNumberProperties {
private final int counter;
public InvalidDefaultValueNumberProperties(@TestDefaultValue("invalid") int counter) {
this.counter = counter;
}
public int getCounter() {
return this.counter;
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free