Annotation Interface ArrayWithoutPackage
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf({FullyQualifiedName.class,ClassGetSimpleName.class})
public @interface ArrayWithoutPackage
An identifier or primitive type, followed by any number of array square brackets.
Example: Foobar[][] Example: Baz22
- See the Checker Framework Manual:
- Signature Checker