@Retention(value=RUNTIME) @Documented @Target(value=PARAMETER) public @interface Name
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
the name of the parameter
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
the description of the parameter
|
Copyright © 1995-2015 Webtide. All Rights Reserved.