Deprecated API


Contents
Deprecated Annotation Types
edu.umd.cs.findbugs.annotations.PossiblyNull
          use CheckForNull instead; the name of which more clearly indicates that not only could the value be null, but that good coding practice requires that the value be checked for null. 
 



Copyright © 2011. All Rights Reserved.