@Deprecated public class Java7 extends Java6
For crude customization, you can add your own methods to your own version and place it on the classpath ahead of this one.
| Constructor and Description | 
|---|
Java7()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getInvokeSpecialHandle(Method method,
                      Object receiver)
Deprecated.  
Returns a handle with bound receiver to invokeSpecial the given method. 
 | 
int | 
getVersion()
Deprecated.  
Gives the version the plugin is made for 
 | 
void | 
invalidateCallSites()
Deprecated.  
  | 
Object | 
invokeHandle(Object handle,
            Object[] args)
Deprecated.  
Invokes a handle produced by #getInvokeSpecialdHandle 
 | 
checkAccessible, checkCanSetAccessible, configureAnnotation, configureAnnotationFromDefinition, configureAnnotationNodeFromDefinition, configureClassNode, configureTypeVariableDefinition, configureTypeVariableReference, getElementCode, getPluginDefaultGroovyMethods, getPluginStaticGroovyMethods, makeParameter, processParameters, setAdditionalClassInformation, transformMetaMethod, transformMetaMethod, trySetAccessiblepublic void invalidateCallSites()
invalidateCallSites in interface VMPlugininvalidateCallSites in class Java5public int getVersion()
VMPlugingetVersion in interface VMPlugingetVersion in class Java6public Object getInvokeSpecialHandle(Method method, Object receiver)
VMPlugingetInvokeSpecialHandle in interface VMPlugingetInvokeSpecialHandle in class Java5public Object invokeHandle(Object handle, Object[] args) throws Throwable
VMPlugininvokeHandle in interface VMPlugininvokeHandle in class Java5handle - the handleargs - arguments for the method call, can be empty but not nullThrowable