You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide some class that can be accessed at runtime with methods such as void (de)activateContract(String packageName) or void (de)activateContract(Class<?> clazz).
Allow some class to be referenced within the Configuration which must implement an interface with a method such as boolean executeContract(Class<?> clazz), which is then called before every contract execution.
On activation, a retransformation could be made, allowing the activation even if the classes were not transformed on class-loading.
The text was updated successfully, but these errors were encountered: