All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.bottlecaps.webapp.Cookie Maven / Gradle / Ivy

package de.bottlecaps.webapp;

public interface Cookie
{
  String getName();

  String getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy