Annotation Type ComponentKey
-
@Inherited @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) public @interface ComponentKey
Qualifies PreferenceScope beans injections (on both client and server side). It is used to specify the component scope in which the preferences will be managed.
-
-
Element Detail
-
value
String value
This parameter specify the key for the COMPONENT scope.- Default:
- ""
-
-