コード例 #1
0
ファイル: Binding.java プロジェクト: hblaub/JAML
 protected boolean areBothDelegatesValid() {
   return firstDelegate.isValid() && secondDelegate.isValid();
 }