FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class NullnessAnnotation

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.AnnotationEnumeration<NullnessAnnotation>
      extended by edu.umd.cs.findbugs.ba.NullnessAnnotation
All Implemented Interfaces:
java.lang.Comparable<NullnessAnnotation>

public class NullnessAnnotation
extends AnnotationEnumeration<NullnessAnnotation>

Author:
pugh

Nested Class Summary
static class NullnessAnnotation.Parser
           
 
Field Summary
static NullnessAnnotation CHECK_FOR_NULL
           
static NullnessAnnotation NONNULL
           
static NullnessAnnotation NULLABLE
           
static NullnessAnnotation UNKNOWN_NULLNESS
           
 
Fields inherited from class edu.umd.cs.findbugs.ba.AnnotationEnumeration
name
 
Method Summary
static NullnessAnnotation[] values()
           
 
Methods inherited from class edu.umd.cs.findbugs.ba.AnnotationEnumeration
compareTo, equals, getIndex, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CHECK_FOR_NULL

public static final NullnessAnnotation CHECK_FOR_NULL

NONNULL

public static final NullnessAnnotation NONNULL

NULLABLE

public static final NullnessAnnotation NULLABLE

UNKNOWN_NULLNESS

public static final NullnessAnnotation UNKNOWN_NULLNESS
Method Detail

values

public static NullnessAnnotation[] values()

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.