configKey property
Property under the annotation that contains the serialized config.
Example, "restConfig"
here:
@ConnectOfflineFirstWithRest(
restConfig: RestSerializable(...)
)
Implementation
final String configKey;
Property under the annotation that contains the serialized config.
Example, "restConfig"
here:
@ConnectOfflineFirstWithRest(
restConfig: RestSerializable(...)
)
final String configKey;