Skip to content

Commit

Permalink
Update link to "Method visibility and @transactional in proxy mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Aug 17, 2023
1 parent 957eb02 commit 9efa99e
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -35,7 +35,7 @@
* apply to ancestor classes up the class hierarchy; inherited methods need to be
* locally redeclared in order to participate in a subclass-level annotation. For
* details on method visibility constraints, consult the
* <a href="https://docs.spring.io/spring-framework/docs/current/reference/html/data-access.html#transaction">Transaction Management</a>
* <a href="https://docs.spring.io/spring-framework/reference/data-access/transaction/declarative/annotations.html#transaction-declarative-annotations-method-visibility">Transaction Management</a>
* section of the reference manual.
*
* <p>This annotation is generally directly comparable to Spring's
Expand Down

0 comments on commit 9efa99e

Please sign in to comment.