예제 #1
0
파일: Binding.java 프로젝트: hblaub/JAML
 protected boolean areBothDelegatesValid() {
   return firstDelegate.isValid() && secondDelegate.isValid();
 }