/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.integration.marketdata.manipulator.dsl; /** * */ public interface GroovyAliasable { /** * The alias to use in the groovy script * @return the alias */ String getGroovyAlias(); }