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