With simple annotation
class Address {
@NotEmpty
String address
}
TASK compileGroovy FAILEDBUG! exception in phase 'class generation' in source unit ‘../Address.groovy' unsupported Target TYPE_USE
With simple annotation
class Address {
@NotEmpty
String address
}
TASK compileGroovy FAILEDBUG! exception in phase 'class generation' in source unit ‘../Address.groovy' unsupported Target TYPE_USE