org.java.plugin.extension.annotations
Class Nullables

java.lang.Object
  extended by org.java.plugin.extension.annotations.Nullables

public class Nullables
extends java.lang.Object

Utilities for @Nullable annotation

Author:
Thasso Griebel (thasso.griebel@gmail.com)

Constructor Summary
Nullables()
           
 
Method Summary
static Nullable nullable(java.lang.String name)
          Creates a Nullable annotation with name as the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nullables

public Nullables()
Method Detail

nullable

public static Nullable nullable(java.lang.String name)
Creates a Nullable annotation with name as the value.



Copyright © 2010. All Rights Reserved.