Package me.ehp246.aufjms.core.reflection
Interface CatchingInvocation
public interface CatchingInvocation
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Summary
Modifier and Type Method Description InvocationOutcome<java.lang.Object>invoke()static <T> InvocationOutcome<T>invoke(java.util.concurrent.Callable<T> callable)
-
Method Details
-
invoke
InvocationOutcome<java.lang.Object> invoke() -
invoke
-