WithAdditionalConstructor Class — spring-boot Architecture
Architecture documentation for the WithAdditionalConstructor 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 182–192
@Order(Ordered.HIGHEST_PRECEDENCE)
static class WithAdditionalConstructor {
WithAdditionalConstructor(ParamA paramA, ParamB paramB) {
}
WithAdditionalConstructor(ParamA paramA, ParamB paramB, String extra) {
throw new IllegalStateException();
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free