我从来没有见过一种很好地做到这一点的方法,我很想看看其他人是如何做到的。目前我像这样格式化它:
public Booking createVehicleBooking(Long officeId,
Long start,
Long end,
String origin,
String destination,
String purpose,
String requirements,
Integer numberOfPassengers) throws ServiceException {
/*..Code..*/
}