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: