
org.codehaus.groovy.util.Reference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groovy-jdk14 Show documentation
Show all versions of groovy-jdk14 Show documentation
Groovy: A powerful, dynamic language for the JVM
The newest version!
package org.codehaus.groovy.util;
public interface Reference {
T get();
void clear();
V getHandler();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy