Annotation Type TransactionFree


@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface TransactionFree
Means that the method is not transactional, so no context on the thread or locks acquired/released.
Author:
marklittle