JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.errorprone.refaster.annotation
NoAutoboxing
Contents
Hide sidebar
❮
❯
Show sidebar
Description
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)