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
Good news for everyone who is using guice as the dependency injection framework - just use the @com.google.inject.Inject annotation instead of @javax.inject.Inject as a workaround.
The text was updated successfully, but these errors were encountered:
Hi,
I hit a problem which seems to be, accordingly to ron of the IRC channel, a bug.
Given is a resource class as following, which is using dependency injection (in my case with guice):
A snippet of the generated json exposes a
body
parameter for the get request with schemeMyAccountResourceImpl
which is not expected.Good news for everyone who is using guice as the dependency injection framework - just use the
@com.google.inject.Inject
annotation instead of@javax.inject.Inject
as a workaround.The text was updated successfully, but these errors were encountered: