Class NullnessExample

java.lang.Object
  extended by NullnessExample

public class NullnessExample
extends Object

This class illustrates a correct use of the @NonNull type annotation. The class doesn't do anything -- it is merely meant to be compiled. Compilation will produce no warning messages.

Also see NullnessExampleWithWarnings, an example of incorrect use of the @NonNull type annotation. See the Nullness checker documentation for larger examples of annotated code.


Constructor Summary
Constructor and Description
NullnessExample()
           
 
Method Summary
Modifier and Type Method and Description
 void example()
           
 String exampleGenerics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullnessExample

public NullnessExample()
Method Detail

example

public void example()

exampleGenerics

@NonNull
public String exampleGenerics()