Class GroovyClassValueJava7<T>
java.lang.Object
java.lang.ClassValue<T>
org.codehaus.groovy.reflection.v7.GroovyClassValueJava7<T>
- Type Parameters:
 T-
- All Implemented Interfaces:
 GroovyClassValue<T>
GroovyClassValue implementation that simply delegates to Java 7's java.lang.ClassValue
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.codehaus.groovy.reflection.GroovyClassValue
GroovyClassValue.ComputeValue<T> - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.ClassValue
get, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.reflection.GroovyClassValue
get, remove 
- 
Constructor Details
- 
GroovyClassValueJava7
 
 - 
 - 
Method Details
- 
computeValue
- Specified by:
 computeValuein classClassValue<T>
 
 -