/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.engine.marketdata.spec; import java.io.Serializable; /** * Marker interface for all market data specifications */ public interface MarketDataSpecification extends Serializable { }