public interface ViewFeature extends OneOfFeature
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getCategory() |
default java.lang.Class<?> |
getFeatureClass() |
default boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures
default java.lang.Class<?> getFeatureClass()
getFeatureClass
in interface OneOfFeature
default boolean supports(ApplicationType applicationType)
Feature
default java.lang.String getCategory()
getCategory
in interface Feature
Category
to which the feature belongs to.