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
Currently, it has a parameter of type String which makes it rather inconvenient to use as you need to spell the whole FQCN. The ability to use Class instead would make it way easier.
Now, I am not sure if we chose String for some specific purpose so please do jump in and tell me if you recall that. But thinking on it some more, this annotation is only ever used in CDI Full where portable extension and build compatible extension co-exist so it shouldn't be blocking any build oriented approach when we use Class parameter.
The text was updated successfully, but these errors were encountered:
@graemerocher was this any kind of requirement from MN side that I had forgotten?
(Although I think MN won't actually use this annotation at all, right?)
I am referring to this annotation.
Currently, it has a parameter of type
String
which makes it rather inconvenient to use as you need to spell the whole FQCN. The ability to useClass
instead would make it way easier.Now, I am not sure if we chose
String
for some specific purpose so please do jump in and tell me if you recall that. But thinking on it some more, this annotation is only ever used in CDI Full where portable extension and build compatible extension co-exist so it shouldn't be blocking any build oriented approach when we useClass
parameter.The text was updated successfully, but these errors were encountered: