Package com.kscs.util.jaxb


package com.kscs.util.jaxb
  • Class
    Description
    Copyable<T extends Copyable<T>>
    Contract for objects that can be copied, similar to the "Object.clone()" contract, but only available on objects explicitly implementing this interface.
    Contract for objects that can be copied partially, i.e. by explicitly excluding or including specified branches of the object tree.
    Represents a property path for use in the clone() method
     
     
    Selector<TRoot extends Selector<TRoot,?>,TParent>
    Helper class acting as base class for all selectors and concrete implementation of leaf selectors.