public interface DefaultFeature extends Feature
Modifier and Type | Method and Description |
---|---|
boolean |
shouldApply(ApplicationType applicationType,
Options options,
java.util.Set<Feature> selectedFeatures)
Determines if the feature should be applied to the project.
|
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
boolean shouldApply(ApplicationType applicationType, Options options, java.util.Set<Feature> selectedFeatures)
applicationType
- The application typeoptions
- The optionsselectedFeatures
- The features manually selected by the user