Interface MavenSpecificFeature
- All Superinterfaces:
io.micronaut.core.naming.Described, Feature, JvmFeature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
- All Known Subinterfaces:
CompilerArgCodeContributingFeature
- All Known Implementing Classes:
GroovyMavenPlusPlugin, MicronautProcessingCompilerArgs, NullAwayMavenPluginFeature
A feature that only works with
BuildTool.MAVEN.- Since:
- 4.0.3
- Author:
- Dean Wette
-
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 Feature
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports, supports, supportsMethods inherited from interface JvmFeature
supports, supports
-
Method Details
-
supports
- Specified by:
supportsin interfaceFeature- Specified by:
supportsin interfaceJvmFeature- Parameters:
buildTool- The Build Tool- Returns:
- Whether the feature supports the build tool
-