Package rs.baselib.util
Interface IWrapper
public interface IWrapper
A wrapper marker.
- Author:
- ralph
-
Method Summary
Modifier and Type Method Description java.lang.ObjectgetWrapped()Returns the wrapped object.
-
Method Details
-
getWrapped
java.lang.Object getWrapped()Returns the wrapped object.- Returns:
- the wrapped object
-