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