package org.kuali.rice.core.api.uif.control;
public interface Watermarked {
String getWatermark();
}