@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Unboxed
Intrinsic
s.
As an unboxed type is not a regular java object there are a few constraints on the way unboxed types are handled;
Intrinsic
and thus there can be no virtual methods.NOTE: At the current time the Unboxed annotation is only used for documentation purposes but in the near future it is expected that the semantics of the annotation will be enforced by the compiler.