package org.whole.lang.properties.model; /** * @generator Whole */ public interface Comment extends IPropertiesEntity { public String getValue(); public void setValue(String value); }