package com.bcxin.Infrastructures; import java.io.Serializable; public interface ContextAware { T get(); void init(T data); }