package kr.co.inger.hotwind.request_check.impl; public class BoxRef<T> { private T ref; public T getRef() { return ref; } public void setRef(T ref) { this.ref = ref; } }