Expand acronyms FQN and FQCN

Closes gh-33452
This commit is contained in:
Yanming Zhou
2024-09-03 23:30:27 +08:00
committed by GitHub
parent 529f311bd4
commit 019c0b1d4e
9 changed files with 13 additions and 13 deletions

View File

@@ -451,8 +451,8 @@
<!--
Specification of the type of an overloaded method argument as a String.
For convenience, this may be a substring of the FQN. E.g. all the
following would match "java.lang.String":
For convenience, this may be a substring of the fully-qualified class name.
E.g. all the following would match "java.lang.String":
- java.lang.String
- String
- Str

View File

@@ -765,8 +765,8 @@
<xsd:annotation>
<xsd:documentation><![CDATA[
Specification of the type of an overloaded method argument as a String.
For convenience, this may be a substring of the FQN. E.g. all the
following would match "java.lang.String":
For convenience, this may be a substring of the fully-qualified class name.
E.g. all the following would match "java.lang.String":
- java.lang.String
- String
- Str