Annotation 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