@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Preference
Modifier and Type | Required Element and Description |
---|---|
String |
name
The preference name.
|
String[] |
values
The preference values array.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isReadOnly
Marks the preference as being read-only.
|
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.