You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple glue path is configured, (parent->child), JavaBackend::loadGlue() will call GlueAdaptor::addDefinition() for each path. But glue.addDocStringType() won't check whether the input parameter is from same class method.
✨ Do you have a proposal for making it better?
Should filter out the same annotated class method.