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 SummaryNested Classes Modifier and Type Interface Description static interfaceGroovyClassValue.ComputeValue<T>
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(Class<?> type)voidremove(Class<?> type)
 
-