Annotation Type NoAutoboxing
@Target(METHOD) @Retention(SOURCE) public @interface NoAutoboxing
Indicates that a Refaster rule should not allow autoboxing when it is typechecking a match.
- Author:
- lowasser@google.com (Louis Wasserman)
@Target(METHOD) @Retention(SOURCE) public @interface NoAutoboxing