Fix @Transactional syntax error in reference manual
Closes gh-25021
This commit is contained in:
parent
4e8a6b9695
commit
247662de6b
|
@ -1519,7 +1519,7 @@ following annotation definitions:
|
||||||
|
|
||||||
@Target({ElementType.METHOD, ElementType.TYPE})
|
@Target({ElementType.METHOD, ElementType.TYPE})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Transactional("account", label = "retryable")
|
@Transactional(value = "account", label = "retryable")
|
||||||
public @interface AccountTx {
|
public @interface AccountTx {
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue