Interface GroovyModuleFeature

All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
All Known Implementing Classes:
DatetimeGroovyModule, DateUtilGroovyModule, GinqGroovyModule, JsonGroovyModule, SqlGroovyModule, TomlGroovyModule, XmlGroovyModule, YamlGroovyModule

public interface GroovyModuleFeature extends Feature
Implementation note: GroovyModuleFeature is not a LanguageSpecificFeature, because it's perfectly reasonable to use for Spock framework, in which case the GroovyModuleFeature dependencies are added as test scope.
See Also:
  • Method Details

    • getCategory

      @NonNull default @NonNull String getCategory()
      Specified by:
      getCategory in interface Feature
      Returns:
      The Category to which the feature belongs to.