Package io.micronaut.starter.feature
package io.micronaut.starter.feature
-
ClassDescriptionCategory a feature belongs to.Marker interface for
Feature
which contribute code to the generated project.A default feature is one that should be applied to a project conditionally without being explicitly selected.A feature is a class that affects the outcome of a generated project.A feature that only works withBuildTool.isGradle()
.A feature that only works with Kotlin specific language.A feature that only works with a specific language.A feature that only works withBuildTool.MAVEN
.Marker interface forCommunityFeature
which expose a Micronaut Library.A feature that only works with a minimum JDK.Some third party features apply annotation processors that are not compatible with Kotlin Symbol Processing (KSP) for Kotlin language projects.