sinterface IMeta { // see class "Meta" for the bla bla public void _setMeta(O meta); public O _getMeta(); default public O _metaMutex() { this; } }