Annotation Interface Write


@Retention(RUNTIME) @Target(METHOD) @Documented @Transactional(readOnly=false, rollbackFor=java.lang.Throwable.class) public @interface Write
Marks a service method as read&write.
Author:
Manuel Fiorelli