Module ch.ralscha.extdirectspring
Annotation Interface ExtDirectDocParameters
@Target({METHOD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Inherited
@Documented
public @interface ExtDirectDocParameters
-
Element Details
-
params
String[] params(Optional) name of parameters add a @param {property} for each of the parameters the method accept Defaults to empty.- Default:
{}
-
descriptions
String[] descriptions(Optional) description of return properties add description to the @param {paramName} Defaults to empty.- Default:
{}
-