Skip to content

Commit

Permalink
Fix link text in @⁠Transactional section of ref docs
Browse files Browse the repository at this point in the history
Closes gh-31519
  • Loading branch information
CrotchBurnt authored and sbrannen committed Oct 30, 2023
1 parent 84c2899 commit f088d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Kotlin::

Used at the class level as above, the annotation indicates a default for all methods of
the declaring class (as well as its subclasses). Alternatively, each method can be
annotated individually. See xref:data-access/transaction/declarative/annotations.adoc#transaction-declarative-annotations-method-visibility[null] for
annotated individually. See xref:data-access/transaction/declarative/annotations.adoc#transaction-declarative-annotations-method-visibility[method visibility] for
further details on which methods Spring considers transactional. Note that a class-level
annotation does not apply to ancestor classes up the class hierarchy; in such a scenario,
inherited methods need to be locally redeclared in order to participate in a
Expand Down

0 comments on commit f088d4a

Please sign in to comment.