@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=SignatureUnknown.class) @QualifierForLiterals(stringPatterns="^[A-Za-z_][A-Za-z_0-9]*(/[A-Za-z_][A-Za-z_0-9]*)*(\\$[A-Za-z_0-9]+)*$") public @interface InternalForm
Internal form is the same as the binary name, but with periods (.
) replaced by forward
slashes (/
).
Programmers more often use the binary name, leaving the internal form as a JVM implementation detail.
BinaryName