Interface NamedSuppressed<K>

  • All Superinterfaces:
    Suppressed<K>
    All Known Implementing Classes:
    FinalResultsSuppressionBuilder, SuppressedInternal

    public interface NamedSuppressed<K>
    extends Suppressed<K>
    Internally-facing interface to work around the fact that all Suppressed config objects are name-able, but do not present a getter (for consistency with other config objects). If we allow getters on config objects in the future, we can delete this interface.