Uses of Class
sugar4j.lang.Optional

Packages that use Optional
sugar4j Another kind of template engine to produce java code. 
 

Uses of Optional in sugar4j
 

Method parameters in sugar4j with annotations of type Optional
static String Sugar4j.arrayNew(Object classss, Object... sizes)
          Creates a new array with the given sizes.
 T Sugar4j.assertt(Object expr, Object... message)
          Yields an assert statement.
 T Sugar4j.attribute(Object classss, String name, Object... defaultt)
          Adds an annotation attribute inside an annotation type declaration.
 T Sugar4j.cast(Object classss, Object... expr)
          Yields a cast.
 T Sugar4j.docAuthor(String author, String... comment)
          Adds an @autor tag.