package com.company.sakila.db0.sakila.payment; import com.company.sakila.db0.sakila.payment.generated.GeneratedPaymentImpl; /** * The default implementation of the {@link * com.company.sakila.db0.sakila.payment.Payment}-interface. * <p> * This file is safe to edit. It will not be overwritten by the code generator. * * @author company */ public final class PaymentImpl extends GeneratedPaymentImpl implements Payment { }