Interface AuditSpec<T>

  • All Superinterfaces:
    Spec<T>

    public interface AuditSpec<T>
    extends Spec<T>
    A spec which can optionally have a reason in the audit logs when built.
    • Method Detail

      • reason

        @Nullable
        String reason()
        Returns the current audit log reason set on the spec.
        Returns:
        The current audit log reason.