ProjectCallback Type — spring-boot Architecture
Architecture documentation for the ProjectCallback type/interface in MavenBuild.java from the spring-boot codebase.
Entity Profile
Source Code
build-plugin/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java lines 210–220
@FunctionalInterface
public interface ProjectCallback {
/**
* Take the action on the given project.
* @param project the project directory
* @throws Exception on error
*/
void doWith(File project) throws Exception;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free