Package org.aksw.commons.util.delegate
-
Interface Summary Interface Description Delegated<T> This is similar to Guava's ForwardingObject, except that this thing is an interface and the delegate is publicly exposed.Unwrappable Generic interface to access associated (context information / aspects / APIs / whatever to call it) of objects. -
Class Summary Class Description AbstractDelegated<T>