Annotation Type ReadOnly


  • @Target({METHOD,TYPE})
    @Retention(RUNTIME)
    @Documented
    public @interface ReadOnly
    Stereotype annotation for demarcating a read-only transaction. Since the javax.transaction.Transactional
    Since:
    1.0.0
    Author:
    graemerocher