Package org.axonframework.common
Class MemberAccessibilityCallback
java.lang.Object
org.axonframework.common.MemberAccessibilityCallback
- All Implemented Interfaces:
PrivilegedAction<Object>
PrivilegedAction that makes the given method accessible for reflection.
- Since:
- 0.5
- Author:
- Allard Buijze
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize the callback to make the givenmethodaccessible for reflection. -
Method Summary
-
Constructor Details
-
MemberAccessibilityCallback
Initialize the callback to make the givenmethodaccessible for reflection.- Parameters:
method- The method to make accessible
-
-
Method Details
-
run
- Specified by:
runin interfacePrivilegedAction<Object>
-