/** * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.interestrate; import com.opengamma.analytics.math.function.Function1D; import com.opengamma.analytics.math.matrix.DoubleMatrix1D; /** * @deprecated {@link YieldCurveBundle} is deprecated. */ @Deprecated public abstract class YieldCurveBundleBuildingFunction extends Function1D<DoubleMatrix1D, YieldCurveBundle> { }