@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=SignatureUnknown.class) 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