cushon / issues-import

0 stars 0 forks source link

Check that primitive types aren't annotated with @Nullable #177

Open cushon opened 9 years ago

cushon commented 9 years ago

Original issue created by fgastellu@google.com on 2013-08-16 at 07:13 PM


Since primitive types are not nullable, such a @Nullable annotation is invalid and may be hinting at an intent that cannot be fulfilled.

For instance:

@Nullable double value;