Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I would like to have the possibility to inject a Enum in a @RequestScoped class in Microprofile JWT.
@Inject
@Claim("language")
private Language language;