@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtDirectDocParameters
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
descriptions
(Optional) description of return properties
add description to the @param {paramName}
Defaults to empty.
|
String[] |
params
(Optional) name of parameters
add a @param {property} for each of the parameters the method accept
Defaults to empty.
|
public abstract String[] params
public abstract String[] descriptions
Copyright © 2010-2013. All Rights Reserved.