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