@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtDirectDocReturn
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
descriptions
(Optional) description of return properties
add description to the @return {property}
Defaults to empty.
|
String[] |
properties
(Optional) name of return properties
add a @return {property} for each of the properties the method will return
Defaults to empty.
|
public abstract String[] properties
public abstract String[] descriptions
Copyright © 2010–2017. All rights reserved.