Package jakarta.portlet.annotations
Annotation Type Preference
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface Preference
This annotation is used within composite portlet configuration annotations to represent a single portlet preference. It cannot be used as a stand-alone portlet annotation.- Since:
- 3.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisReadOnlyMarks the preference as being read-only.
-