Exemplo n.º 1
0
 public String helloDecorator() {
   return StringUtils.substringBefore(helloWorld.helloWorld(), " ") + " Decorator!";
 }
Exemplo n.º 2
0
 @Override
 public String helloWorld() {
   return helloWorld.helloWorld();
 }