JavaScript is disabled on your browser.
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Method Summary
All Methods Instance Methods Default Methods
default boolean
This method must be implemented to ensure it is only selectable for the desired
application types.
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.projectgen.core.feature.Feature
apply , getDescription , getFrameworkDocumentation , getName , getOrder , getThirdPartyDocumentation , getTitle , isCommunity , isPreview , isVisible , processSelectedFeatures
Method Details
supports
default boolean supports (Options options)
Description copied from interface: Feature
This method must be implemented to ensure it is only selectable for the desired
application types. This method is not used for determining if a default feature
should be applied.
Specified by:
supports
in interface Feature
Parameters:
options
- Options
Returns:
True if the feature can be selected by the user
getCategory
Specified by:
getCategory
in interface Feature
Returns:
The Category to which the feature belongs to.