Class Issue<T>

  • Type Parameters:
    T - The issue type.

    public class Issue<T>
    extends Object
    Base class used to describe an Issue.

    Node: This class can be specialized if necessary.

    An issue may have several targets.
    For example, when there is a compliance issue between several things, one can not tell which one is at fault.

    Author:
    Damien Carbonne