Class MainSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>>

java.lang.Object
io.spring.initializr.generator.spring.code.MainSourceCodeProjectContributor<T,C,S>
Type Parameters:
T - language-specific type declaration
C - language-specific compilation unit
S - language-specific source code
All Implemented Interfaces:
ProjectContributor, org.springframework.core.Ordered

public class MainSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>> extends Object implements ProjectContributor
ProjectContributor for the application's main source code.
Author:
Andy Wilkinson, Stephane Nicoll