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
Remove the conflicted annotations (@Disposes, @Observes, and/or @ObservesAsync)
A method cannot have more than one parameter annotated @Disposes
See the issue for corresponding diagnostic here: Jakarta CDI Disposes diagnostic #106
Add a quick-fix to remove the extra @Disposes annotations
A disposer method cannot have a parameter annotated @observes or a parameter annotated @ObservesAsync
See the issue for corresponding diagnostic here: Jakarta CDI Disposes diagnostic #106
Add two quick-fixes for this diagnostic:
Remove the @Disposes annotation
Remove the conflicted annotations (@Observes, and/or @ObservesAsync)
The text was updated successfully, but these errors were encountered:
@Inject
cannot have a parameter annotated@Disposes
,@Observes
, or@ObservesAsync
See the issue for corresponding diagnostic here: Jakarta CDI Inject and Disposes, Observes, ObservesAsync disgnostic #104
Add two quick-fixes for this diagnostic:
@Inject
annotation@Disposes
,@Observes
, and/or@ObservesAsync
)@Disposes
,@Observes
, or@ObservesAsync
See the issue for corresponding diagnostic here: Jakarta CDI Produces and Disposes, Observes and ObservesAsync diagnostic #105
Add two quick-fixes for this diagnostic:
@Produces
annotation@Disposes
,@Observes
, and/or@ObservesAsync
)@Disposes
See the issue for corresponding diagnostic here: Jakarta CDI Disposes diagnostic #106
Add a quick-fix to remove the extra
@Disposes
annotationsSee the issue for corresponding diagnostic here: Jakarta CDI Disposes diagnostic #106
Add two quick-fixes for this diagnostic:
@Disposes
annotation@Observes
, and/or@ObservesAsync
)The text was updated successfully, but these errors were encountered: