Package com.igormaznitsa.meta.annotation
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.
-