9101112131415
public class StringAttributeCompiler extends StyleCompiler { public StyleValue compile(Object value) { return new StringValue(value); }