コード例 #1
0
ファイル: FooBarDecorator.java プロジェクト: newjam/oo-sucks
 @Override
 public String foo() {
   return delegate.foo();
 }