Package org.gradle.buildinit.specs
Interface BuildInitParameter<T>
- Type Parameters:
- T- The type of this parameter
Represents a parameter that can be provided to a 
BuildInitSpec to configure it
 with custom information about this particular project to be generated.- Since:
- 8.12
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Returns the name of the parameter.Returns the type of the parameter.