Package org.aksw.commons.util.delegate
Interface Delegated<T>
- Type Parameters:
T-
- All Known Implementing Classes:
AbstractDelegated
public interface Delegated<T>
This is similar to Guava's ForwardingObject, except that
this thing is an interface and the delegate is publicly exposed.
- Author:
- raven
-
Method Summary
-
Method Details
-
delegate
T delegate()
-