Interface ClassHandler.Plan
-
- Enclosing interface:
- ClassHandler
public static interface ClassHandler.Plan
An execution plan, which can be invoked to satisfy a requested method call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
describe()
Object
run(Object instance, Object[] params)
-