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
Since:
1.0.0
Author:
graemerocher