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