Annotation Type PreferenceForm
-
@Qualifier @Inherited @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) public @interface PreferenceForm
Used to qualifyWorkbenchScreenthat represents a customized preference form.
-
-
Element Detail
-
value
String value
Identifier of the preference bean that the form edits.- Returns:
- Preference bean identifier (required).
-
-