Annotation Interface Read


@Retention(RUNTIME) @Target(METHOD) @Documented @Transactional(readOnly=true, rollbackFor=java.lang.Throwable.class) public @interface Read
Marks a service method as read-only.
Author:
Manuel Fiorelli