@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExoBlockchainTransaction
This annotation is a workaround used on methods that will be invoked inside
webapp to by changing ClassLoader context on current thread to use newer
version of bouncycastle dependency, see PLF-8123