ExitCodeGenerator Type — spring-boot Architecture
Architecture documentation for the ExitCodeGenerator type/interface in ExitCodeGenerator.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/ExitCodeGenerator.java lines 28–37
@FunctionalInterface
public interface ExitCodeGenerator {
/**
* Returns the exit code that should be returned from the application.
* @return the exit code.
*/
int getExitCode();
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free