package example; public class MyTransformation { public String brackets(String input) { return "[" + input + "]"; } }