package org.nocket.gen.page.element.synchronizer; import java.io.Serializable; /** * The Interface State. * * @param <E> the element type */ public interface State<E> extends Serializable { }