Annotation Interface ReadOnly


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Documented public @interface ReadOnly
Stereotype annotation for demarcating a read-only transaction. Since the jakarta.transaction.Transactional annotation does not support a readOnly attribute, this annotation acts as a shortcut for @Transactional(readOnly = true).
Since:
1.0.0
Author:
graemerocher