@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value={Unsigned.class,Signed.class}) public @interface Constant
Signed
or Unsigned
.
This annotation is automatically applied to manifest literals. It is also applied to compile-time constants whose most significant bit is not set (that is, they have the same interpretation as signed or unsigned).