public interface BuildFeature extends DefaultFeature
| Modifier and Type | Method and Description | 
|---|---|
default int | 
getOrder()
The order of a feature controls the order in which it applies. 
 | 
default boolean | 
isVisible()
Some features should not be visible to the user because they are a common parent of other
 selectable features, or they should always be applied, or any other reason. 
 | 
default boolean | 
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
 application types. 
 | 
shouldApplyapply, getCategory, getDescription, getMicronautDocumentation, getName, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeaturesdefault boolean isVisible()
Featuredefault int getOrder()
FeatureFeaturePhase
 for a list of phases to choose from.default boolean supports(ApplicationType applicationType)
Feature