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