public interface CommunityFeature extends Feature
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCommunityContributor()  | 
java.lang.String | 
getCommunityFeatureName()  | 
java.lang.String | 
getCommunityFeatureTitle()  | 
default java.lang.String | 
getName()
The name of the feature. 
 | 
default java.lang.String | 
getTitle()  | 
default boolean | 
isCommunity()  | 
apply, getCategory, getDescription, getMicronautDocumentation, getOrder, getThirdPartyDocumentation, isPreview, isVisible, processSelectedFeatures, supports@NonNull default java.lang.String getName()
Feature@NonNull default java.lang.String getTitle()
@NonNull java.lang.String getCommunityFeatureTitle()
@NonNull java.lang.String getCommunityFeatureName()
@NonNull java.lang.String getCommunityContributor()
default boolean isCommunity()
isCommunity in interface Feature