mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-781 Add method add(TopLevelMetaDataInterface)
This commit is contained in:
@ -1198,4 +1198,14 @@ public class QInstance
|
||||
return (this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
public void add(TopLevelMetaDataInterface metaData)
|
||||
{
|
||||
metaData.addSelfToInstance(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user