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