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
Also, instead of unconditionally creating a proxy for interfaces with annotated methods (in CommandLine.Model.CommandReflection.extractCommandSpec), first try to look up the interface in the factory, and create a proxy if the lookup fails.
The text was updated successfully, but these errors were encountered:
To facilitate Micronaut integration (#399), add the following methods:
Also, instead of unconditionally creating a proxy for interfaces with annotated methods (in
CommandLine.Model.CommandReflection.extractCommandSpec
), first try to look up the interface in the factory, and create a proxy if the lookup fails.The text was updated successfully, but these errors were encountered: