Annotation Type OneWayChange


  • @Documented
    @Target({METHOD,TYPE})
    @Retention(CLASS)
    public @interface OneWayChange
    Allows mark methods as impacting on something without any chance for rollback.
    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Allows to drop some comments about object of the impact.
    • Element Detail

      • value

        java.lang.String value
        Allows to drop some comments about object of the impact.
        Returns:
        comment as String
        Since:
        1.0
        Default:
        ""