Polishing
This commit is contained in:
@@ -46,7 +46,7 @@ import static java.lang.annotation.RetentionPolicy.*;
|
|||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Retention(RUNTIME)
|
@Retention(RUNTIME)
|
||||||
@Target({ TYPE, METHOD, ANNOTATION_TYPE })
|
@Target({ TYPE, METHOD })
|
||||||
public @interface Rollback {
|
public @interface Rollback {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*;
|
|||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Retention(RUNTIME)
|
@Retention(RUNTIME)
|
||||||
@Target({ TYPE, METHOD, ANNOTATION_TYPE })
|
@Target({ TYPE, METHOD })
|
||||||
@Rollback(false)
|
@Rollback(false)
|
||||||
public @interface Commit {
|
public @interface Commit {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user