Package io.micronaut.starter.feature
Interface CommunityFeature
- All Superinterfaces:
io.micronaut.core.naming.Described,Feature,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered
- All Known Subinterfaces:
AgoraPulseFeature,CamundaCommunityFeature,MicronautCommunityFeature
- All Known Implementing Classes:
Buildless,Console,ExternalWorker,GruHttp,JobRunrFeature,Permissions,Platform7,Slack,Worker,Zeebe
Marker interface for community-contributed features.
Provides helper methods for naming and titling such features, and requires implementation of methods to declare the community contributor and feature name.
- Since:
- 1.0
- Author:
- Micronaut Community
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface io.micronaut.projectgen.core.feature.Feature
apply, getCategory, getDescription, getFrameworkDocumentation, getOrder, getThirdPartyDocumentation, isPreview, isVisible, processSelectedFeatures, supports
-
Method Details
-
getName
Description copied from interface:FeatureThe name of the feature. It must be unique. -
getTitle
-
getCommunityFeatureTitle
-
getCommunityFeatureName
-
getCommunityContributor
- Returns:
- Indicates name of the community contributor.
-
isCommunity
default boolean isCommunity()- Specified by:
isCommunityin interfaceFeature- Returns:
- Indicates the feature is a community contribution.
-