static bool hasBackRef(Class type, Concept c) { ret hasBackRef(c, type); } static bool hasBackRef(Concept c, Class type) { ret findBackRef(c, type) != null; }