Package io.micronaut.starter.feature
Interface GroovySpecificFeature
- All Superinterfaces:
io.micronaut.core.naming.Described,Feature,LanguageSpecificFeature,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered
- All Known Implementing Classes:
HibernateGorm,MongoGorm,MultitenancyGorm,Neo4jGorm
A feature that only works with Groovy specific language.
- Since:
- 3.7.0
- Author:
- Sergio
-
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.starter.feature.Feature
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
-
Method Details
-
getRequiredLanguage
- Specified by:
getRequiredLanguagein interfaceLanguageSpecificFeature- Returns:
- The language this feature requires, or empty if the feature can be used with any language.
-