@SubtypeOf(value={BinaryName.class,InternalForm.class}) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface BinaryNameInUnnamedPackage
BinaryName
and an InternalForm
. The string represents a class that is in the unnamed
package (also known as the default package).
Example: int
Example: int[][]
Example: MyClass
Example: MyClass[]
Example: MyClass$22
Example: MyClass$22[]