Package Logging

Interface JsonAuditLog

  • All Known Implementing Classes:
    MemberBookCouponGroupRequest

    public interface JsonAuditLog
    Marker interface for audit log classes that support JSON formatting.

    This interface is used to tag or mark classes that can be serialized into JSON for auditing and logging purposes. It does not declare any methods and serves solely for type identification.

    Author:
    nikritikos