Exemple #1
0
 public static void main(String[] args) {
   Callee callee = new Callee();
   Closure closure = callee.getClosure();
   closure.increate();
 }