Exemplo n.º 1
0
 public <R> R accept(AnythingReturnVisitor<R> visitor) throws PersistenceException {
   return visitor.handleDebitGrant(this);
 }