@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
public @interface Description
The @Description
annotation can be used by developer to document programming elements including class, field, method and parameter.
The apidoc utility will capture the documented description and present them in the API documentation
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Copyright © 2014–2017 ActFramework. All rights reserved.