@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtDirectMethodDocumentation
| Modifier and Type | Optional Element and Description |
|---|---|
String |
author
(Optional) method author
add a @author to the method currently documented
Defaults to empty.
|
boolean |
deprecated
(Optional) Whether this method is deprecated
add a @deprecated to the method currently documented
Defaults to false.
|
ExtDirectDocParameters |
parameters
(Optional) Parameters documentation that are to be placed on the api method.
|
ExtDirectDocReturn |
returnMethod
(Optional) objects to be returned when this method is called
Defaults to no return.
|
String |
value
(Optional) the method comment if method description is empty, the documentation for
this method will be skipped
|
String |
version
(Optional) method version
add a @version to the method currently documented
Defaults to 1.0.
|
public abstract String value
public abstract String author
public abstract String version
public abstract ExtDirectDocParameters parameters
public abstract ExtDirectDocReturn returnMethod
Copyright © 2010–2018. All rights reserved.