@Retention(RUNTIME)
@Documented
@Target(PARAMETER)
public @interface Name
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String |
value |
the name of the parameter
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
description |
the description of the parameter
|
Copyright © 1995–2018 Webtide. All rights reserved.