Class AbstractLink<E>

  • Type Parameters:
    E - the generic type of the linked entity.
    All Implemented Interfaces:
    Link<E>
    Direct Known Subclasses:
    EntityLink, IdLink

    public abstract class AbstractLink<E>
    extends Object
    implements Link<E>
    Abstract base implementation of Link.
    Since:
    1.0.0
    • Constructor Detail

      • AbstractLink

        public AbstractLink()
        The constructor.