roboguice.event.javaassist
Class RuntimeSupport
java.lang.Object
roboguice.event.javaassist.RuntimeSupport
public class RuntimeSupport
- extends Object
Runtime support routines that the classes generated by ProxyFactory use.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeSupport
public RuntimeSupport()
makeDescriptor
public static String makeDescriptor(Method m)
- Makes a descriptor for a given method.
makeDescriptor
public static String makeDescriptor(Class[] params,
Class retType)
- Makes a descriptor for a given method.
- Parameters:
params
- parameter types.retType
- return type.
Copyright © 2011. All Rights Reserved.