| Class | Description |
|---|---|
| groovy.util.GroovyAssert |
Use the
GroovyAssert class instead |
| org.codehaus.groovy.ast.MixinASTTransformation |
static mixins have been deprecated in favour of traits (trait keyword).
|
| org.codehaus.groovy.transform.AbstractASTTransformUtil |
use org.codehaus.groovy.ast.tools.GeneralUtils
|
| org.codehaus.groovy.util.ManagedLinkedList |
replaced by
ManagedConcurrentLinkedQueue |
| Annotation Type | Description |
|---|---|
| groovy.lang.Mixin |
static mixins have been deprecated in favour of traits (trait keyword).
|
| Field | Description |
|---|---|
| org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.MODULE_META_INF_FILE |
Use
instead |