Uses of Class
sugar4j.lang.Nullable

Packages that use Nullable
sugar4j Another kind of template engine to produce java code. 
sugar4xml Writes arbitrary xml using only the two methods element() and end()
 

Uses of Nullable in sugar4j
 

Method parameters in sugar4j with annotations of type Nullable
 T Sugar4j.call(Object object, String method, Object... params)
          Calls a method on a given object.
 T Sugar4j.constructorr(String name, Object... params)
           
 T Sugar4j.docSee(Object classss, String method, Object... paramTypes)
           
 T Sugar4j.forr(Object init, Object condition, Object updater)
           
 T Sugar4j.forr(Object init, Object condition, Object updater)
           
 T Sugar4j.forr(Object init, Object condition, Object updater)
           
 T Sugar4j.method(Object returnType, String name, Object... params)
           
 

Uses of Nullable in sugar4xml
 

Method parameters in sugar4xml with annotations of type Nullable
 void InstanceBuilder.setSuperClass(Class<?> superClass)
          Sets the class of which this class will extend.