[MNG-6799] deprecate StringSearchModelInterpolator and remove @Named

This commit is contained in:
Hervé Boutemy 2019-11-06 12:13:29 +01:00
parent fa97042f50
commit 3a80ae08aa
2 changed files with 4 additions and 5 deletions

View File

@ -46,14 +46,11 @@
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import javax.inject.Named;
import javax.inject.Singleton;
/**
* StringSearchModelInterpolator
* @deprecated replaced by StringVisitorModelInterpolator (MNG-6697)
*/
@Named
@Singleton
@Deprecated
public class StringSearchModelInterpolator
extends AbstractStringBasedModelInterpolator
{

View File

@ -80,6 +80,8 @@
/**
* StringVisitorModelInterpolator
*
* @since 3.6.2
*/
@Named
@Singleton