001
002package com.commercetools.importapi.client;
003
004import io.vrap.rmf.base.client.utils.Generated;
005
006/**
007 * Secured_by_view_import_containersTrait
008 * @param <T> type of extending interface
009 */
010@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
011public interface Secured_by_view_import_containersTrait<T extends Secured_by_view_import_containersTrait<T>> {
012
013    default Secured_by_view_import_containersTrait<T> asSecured_by_view_import_containersTrait() {
014        return this;
015    }
016
017    @SuppressWarnings("unchecked")
018    default T asSecured_by_view_import_containersTraitToBaseType() {
019        return (T) this;
020    }
021
022}