Browse Source

Update IntroductionInfo example in reference manual

Closes gh-24650
pull/24654/head
Qimiao Chen 6 years ago committed by GitHub
parent
commit
7ce22e2f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/core/core-aop-api.adoc

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

@ -698,7 +698,7 @@ rather than the method, level. You can only use introduction advice with the @@ -698,7 +698,7 @@ rather than the method, level. You can only use introduction advice with the
public interface IntroductionInfo {
Class[] getInterfaces();
Class<?>[] getInterfaces();
}
----
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]

Loading…
Cancel
Save