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