Package org.aksw.commons.util.delegate


package org.aksw.commons.util.delegate
  • Class
    Description
     
    This is similar to Guava's ForwardingObject, except that this thing is an interface and the delegate is publicly exposed.
    Generic interface to access associated (context information / aspects / APIs / whatever to call it) of objects.