Annotation Interface DotSeparatedIdentifiers
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf({DotSeparatedIdentifiersOrPrimitiveType.class,BinaryName.class})
public @interface DotSeparatedIdentifiers
This is a string that is a valid fully qualified name and a valid
binary name. It represents a
non-array, non-inner, non-primitive class: dot-separated identifiers.
Examples: int, MyClass, java.lang, java.lang.Integer
- See the Checker Framework Manual:
- Signature Checker