Update IntroductionInfo example in reference manual

Closes gh-24650
This commit is contained in:
Qimiao Chen
2020-03-06 19:34:00 +08:00
committed by GitHub
parent 2fb90cb16b
commit 7ce22e2f3a

View File

@@ -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"]