Package org.aksw.commons.util.obj


package org.aksw.commons.util.obj
  • Class
    Description
    A class for annotating an 'item' with metadata of arbitrary types.
    This interface is useful for builders of the form below, in order to hide the uncheck cast warning of return (X)this;.