相关代码 |
|
package services; public class InvoicerImpl implements Invoicer { // this class not implemented for sake of brevity public void invoiceCustomer(long customerNumber, String customerEmail, float amount) { throw new UnsupportedOperationException(); } }
相关资源 |
|