Annotation Type StringKey


@Retention(RUNTIME)
@Documented
public @interface StringKey
Indicate that a Map has a string key and that key should be treated as an object key during serialization.
Author:
Andreas Holstenson