Interface ExecutorInstanceHandler
- All Known Implementing Classes:
ExecutorMethodInstanceHandler
public interface ExecutorInstanceHandler
This interface provides a method for deciding whether a certain method call returns the calling
instance.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreturnsOwnInstance(String internalClassName, String methodName) Return whether the method always returns its calling instance.
-
Method Details
-
returnsOwnInstance
Return whether the method always returns its calling instance. If unknown, return false.
-