class HelloAdder implements Transformer { public String transform(String str) { return "Hello "+str; } }