mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
Remove unused SubstitutionBean
This commit is contained in:
parent
085ef76948
commit
83ddcfe25e
@ -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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user