@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=ReadOnly.class) public @interface QReadOnly
ReadOnly
and Mutable
: only Mutable
can be assigned
to it, and it can only be assigned to ReadOnly
.
This annotation is part of the Javari language.
JavariChecker