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
Part of using @autofactory in a guice project is migrating all the binding annotations use the @qualifier annotation instead of (or in addition to) @BindingAnnotation. It would be nice if @autofactory flagged this as an error (or if it just worked).
The current state is that it ignores @BindingAnnotation meaning that it may generate a factory that uses different bindings than the user intended.
The text was updated successfully, but these errors were encountered:
Part of using @autofactory in a guice project is migrating all the binding annotations use the @qualifier annotation instead of (or in addition to) @BindingAnnotation. It would be nice if @autofactory flagged this as an error (or if it just worked).
The current state is that it ignores @BindingAnnotation meaning that it may generate a factory that uses different bindings than the user intended.
The text was updated successfully, but these errors were encountered: