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