net.snowflake.common.util.FixedViewFacade Maven / Gradle / Ivy
/*
* Copyright (c) 2013 Snowflake Computing Inc. All right reserved.
*/
package net.snowflake.common.util;
/**
* Marker interface that all Fixed View Facades ought to implement.
*
* @author ppovinec
*/
public interface FixedViewFacade {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy