私はこれをうまくやる方法を見たことがありません。他の人がどのようにやっているか見てみたいです。現在、私は次のようにフォーマットしています:
public Booking createVehicleBooking(Long officeId,
Long start,
Long end,
String origin,
String destination,
String purpose,
String requirements,
Integer numberOfPassengers) throws ServiceException {
/*..Code..*/
}