コード例 #1
0
 public <R> R accept(AnythingReturnVisitor<R> visitor) throws PersistenceException {
   return visitor.handleCompensationRequest(this);
 }