-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
I have rewritten MemoryPreference a few times in various projects for tests and mock mode.
public final class MemoryPreference<T> implements Preference<T> {
private final String key;
private final T defaultValue;
@Nullable private volatile T value;
...
}Maybe there should be an artifact here for it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels