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