@Retention(value=RUNTIME)
public static @interface Preferences.writeExplicitly
Annotation used for converting objects to String Maps.
Indicates that a certain field should be written to the map, even if the value is the same as the default value.
- See Also:
Preferences.serializeStruct(java.lang.Object, java.lang.Class)