public abstract class AbstractDekorateFeature extends java.lang.Object implements Feature
| Constructor and Description | 
|---|
AbstractDekorateFeature()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCategory()  | 
java.lang.String | 
getMicronautDocumentation()  | 
boolean | 
isPreview()  | 
boolean | 
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
 application types. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getDescription, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isVisible, processSelectedFeaturespublic java.lang.String getCategory()
getCategory in interface FeatureCategory to which the feature belongs to.public boolean supports(ApplicationType applicationType)
Featurepublic boolean isPreview()
@Nullable public java.lang.String getMicronautDocumentation()
getMicronautDocumentation in interface Feature