public class NullnessAnnotation extends AnnotationEnumeration<NullnessAnnotation>
Modifier and Type | Class and Description |
---|---|
static class |
NullnessAnnotation.Parser |
Modifier and Type | Field and Description |
---|---|
static NullnessAnnotation |
CHECK_FOR_NULL |
static NullnessAnnotation |
NONNULL |
static NullnessAnnotation |
NULLABLE |
static NullnessAnnotation |
UNKNOWN_NULLNESS |
name
Modifier and Type | Method and Description |
---|---|
static NullnessAnnotation[] |
values() |
public static final NullnessAnnotation CHECK_FOR_NULL
public static final NullnessAnnotation NONNULL
public static final NullnessAnnotation NULLABLE
public static final NullnessAnnotation UNKNOWN_NULLNESS
public static NullnessAnnotation[] values()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.