Browse Source

Fix javadoc link in AOP extensibility documentation

Closes gh-29554
pull/29557/head
Juergen Hoeller 3 years ago
parent
commit
ed5ab77397
  1. 2
      framework-docs/src/docs/asciidoc/core/core-aop-api.adoc

2
framework-docs/src/docs/asciidoc/core/core-aop-api.adoc

@ -1755,5 +1755,5 @@ support for new custom advice types be added without changing the core framework @@ -1755,5 +1755,5 @@ support for new custom advice types be added without changing the core framework
The only constraint on a custom `Advice` type is that it must implement the
`org.aopalliance.aop.Advice` marker interface.
See the {api-spring-framework}/aop/framework/adapter/package-frame.html[`org.springframework.aop.framework.adapter`]
See the {api-spring-framework}/aop/framework/adapter/package-summary.html[`org.springframework.aop.framework.adapter`]
javadoc for further information.

Loading…
Cancel
Save