Add javadoc

This commit is contained in:
2025-02-09 17:31:25 -06:00
parent ee4f9bc209
commit 7e50860983

View File

@ -28,7 +28,9 @@ import com.kingsrook.qqq.backend.core.model.metadata.TopLevelMetaDataInterface;
/******************************************************************************* /*******************************************************************************
** ** Interface to be implemented by classes that are designed to help customize
** meta-data objects as they're being produced, e.g., such as a table produced
** via the QMetaDataProducingEntity, or maybe tables loaded by a qbit??
*******************************************************************************/ *******************************************************************************/
public interface MetaDataCustomizerInterface<T extends TopLevelMetaDataInterface> public interface MetaDataCustomizerInterface<T extends TopLevelMetaDataInterface>
{ {