Annotation Type LockFree


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface LockFree
No locks will be obtained on this method, though any transaction context will still be on the thread.
Author:
marklittle