Interface TinyProtocolReflection.ConstructorInvoker
-
- Enclosing class:
- TinyProtocolReflection
public static interface TinyProtocolReflection.ConstructorInvokerAn interface for invoking a specific constructor.
-
-
Method Summary
Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object... arguments)Invoke a constructor for a specific class.
-