@Target(value={TYPE,FIELD})
 @Retention(value=RUNTIME)
 @Documented
public @interface Parameter
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
description
A descriptive text to provide the client information about this parameter. 
 | 
java.lang.String | 
name
The name of the parameter. 
 | 
boolean | 
required
Specified if the parameter is required or not. 
 | 
java.lang.String | 
value
The value of the parameter. 
 | 
public abstract java.lang.String name
public abstract java.lang.String value
Copyright © 2010 - 2023 Adobe. All Rights Reserved