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
this prevents DependsOnGeneratedCodeTest from being added to dapper-javatests.
According to auto-value docs, @AutoFactory will always generate "javax.inject" annotations. This means the generated *Factory will not be injectable, breaking the scenario of DependsOnGeneratedCodeTest.
this prevents
DependsOnGeneratedCodeTest
from being added to dapper-javatests.According to auto-value docs,
@AutoFactory
will always generate "javax.inject" annotations. This means the generated*Factory
will not be injectable, breaking the scenario ofDependsOnGeneratedCodeTest
.Here's an auto-value issue for that.
The text was updated successfully, but these errors were encountered: