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