com.github.jscookie.javacookie.CookieValue Maven / Gradle / Ivy
The newest version!
package com.github.jscookie.javacookie;
/**
* Use this interface to mark that a given class can be used as a cookie value and
* serialized/deserialized to/from JSON
*/
public interface CookieValue {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy