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(java.lang.Class<?> type)voidremove(java.lang.Class<?> type) 
 - 
 
- 
- 
Method Detail
- 
get
T get(java.lang.Class<?> type)
 
- 
remove
void remove(java.lang.Class<?> type)
 
 - 
 
 -