package io.katharsis.response; /** * An interface that each class that will be used for storing meta information in top-level JSON must implement. */ public interface MetaInformation { }