WithMultipleConstructors Class — spring-boot Architecture
Architecture documentation for the WithMultipleConstructors class in InstantiatorTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/util/InstantiatorTests.java lines 166–180
@Order(Ordered.LOWEST_PRECEDENCE)
static class WithMultipleConstructors {
WithMultipleConstructors() {
throw new IllegalStateException();
}
WithMultipleConstructors(ParamA paramA) {
throw new IllegalStateException();
}
WithMultipleConstructors(ParamA paramA, ParamB paramB) {
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free