Interface | Description |
---|---|
groovy.swing.impl.ComponentFacade |
This interface is no longer used internally and there
exists no equivalent functionality
Superceded by FactoryBuilderSupport handling.
|
groovy.swing.impl.ContainerFacade |
This interface is no longer used internally and there
exists no equivalent functionality
Superceded by FactoryBuilderSupport handling.
|
groovy.swing.impl.Startable |
This interface is no longer used internally and there
exists no equivalent functionality.
Superceded by FactoryBuilderSupport handling.
|
Class | Description |
---|---|
groovy.util.GroovyLog | |
groovy.ui.InteractiveShell | |
org.codehaus.groovy.reflection.MethodHandle | |
org.codehaus.groovy.reflection.MethodHandleFactory | |
org.codehaus.groovy.runtime.TimeCategory |
in favor of
TimeCategory |
Annotation Type | Description |
---|---|
groovy.lang.Immutable |
use groovy.transform.Immutable
|
groovy.lang.PackageScope |
use groovy.transform.PackageScope
|
Field | Description |
---|---|
groovy.util.ObservableMap.PropertyClearedEvent.CLEAR_PROPERTY | |
groovy.lang.GroovyShell.EMPTY_ARGS |
Constructor | Description |
---|---|
groovy.util.ObservableList.ElementEvent(Object, Object, Object, int, int) | |
groovy.lang.GroovyCodeSource(InputStream, String, String) |
Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues.
|
groovy.util.ObservableMap.PropertyEvent(Object, String, Object, Object, int) |