Class GroovyModuleFeatureValidator

java.lang.Object
io.micronaut.starter.feature.lang.groovy.module.GroovyModuleFeatureValidator
All Implemented Interfaces:
FeatureValidator

@Singleton public class GroovyModuleFeatureValidator extends Object implements FeatureValidator
Validator for features implementing GroovyModuleFeature.

Ensures that such features are only used when the project language is Groovy or the test framework is Spock.