Package org.codehaus.groovy.reflection
Interface GroovyClassValue<T>
- 
- Type Parameters:
 T-
- All Known Implementing Classes:
 GroovyClassValueJava7
public interface GroovyClassValue<T>Abstraction for Java version dependent ClassValue implementations.- See Also:
 ClassValue
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGroovyClassValue.ComputeValue<T> 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(Class<?> type)voidremove(Class<?> type) 
 -