Remove unused SubstitutionBean

This commit is contained in:
Yuriy Artamonov 2013-03-26 06:29:25 +00:00
parent 085ef76948
commit 83ddcfe25e

View File

@ -1,16 +0,0 @@
/*
* Copyright (c) 2012 Haulmont Technology Ltd. All Rights Reserved.
* Haulmont Technology proprietary and confidential.
* Use is subject to license terms.
*/
package com.haulmont.cuba.core.sys.remoting;
/**
* @author artamonov
* @version $Id$
*/
public interface SubstitutionBean<T> {
void setSubstitutedBean(T bean);
}