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