Annotation Type BindToPartition
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(BindToPartitions.class) public @interface BindToPartition
This annotation marks customer's subclasses ofBundleFillerExtension
to bind them to specificLocalizationBundlePartition
.
-
-
Element Detail
-
value
String value
- Returns:
- name of
LocalizationBundlePartition
- See Also:
LocalizationBundlePartition.getName()
-
-