Annotation Interface MaybeAliased
@Documented
@Retention(RUNTIME)
@Target({TYPE_PARAMETER,TYPE_USE})
@SubtypeOf({})
@DefaultQualifierInHierarchy
@DefaultFor(value={UPPER_BOUND,LOWER_BOUND},
types=java.lang.Void.class)
public @interface MaybeAliased
An expression with this type might have an alias. In other words, some other expression,
evaluated at the same program point, might evaluate to the exact same object value.
- See Also:
- See the Checker Framework Manual:
- Aliasing Checker