1 2 3 4 5 6 7
package com.vaadin.sass.util; public interface Clonable { public Object clone() throws CloneNotSupportedException; }