mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-938 Add missing javadoc
This commit is contained in:
@ -31,5 +31,10 @@ package com.kingsrook.qqq.backend.core.model.metadata;
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
public interface MetaDataProducerOutput
|
public interface MetaDataProducerOutput
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
** call the appropriate methods on a QInstance to add ourselves to it.
|
||||||
|
*******************************************************************************/
|
||||||
void addSelfToInstance(QInstance instance);
|
void addSelfToInstance(QInstance instance);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user