Annotation Interface SqlQuotesBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@InvisibleQualifier
@SubtypeOf({SqlEvenQuotes.class,SqlOddQuotes.class})
@DefaultFor(LOWER_BOUND)
public @interface SqlQuotesBottom
Represents the bottom of the SQL Quotes qualifier hierarchy.
- See the Checker Framework Manual:
- SQL Quotes Checker, the bottom type