*** 46,51 **** --- 46,56 ---- * @return the arity of the function. By default computed from the method * signature. Note that -1 means varargs. So, -2 is used as invalid * arity. */ public int arity() default -2; + + /** + * @return the documentation string for this constructor. + */ + public String documentation() default ""; }