This content has been marked as final.
Show 1 reply
-
1. Re: It looks like ClassFileServices implementations are not loaded with ServiceLoader, correct?
manovotn Apr 9, 2019 4:07 AM (in response to ljnelson)Hi Laird
I don't think we have had anyone brave enough to provide their own implementation so far ;-)
But yes, this isn't really loaded via ServiceLoader.
I suppose you are talking Weld SE here (it works differently in EE) in which case there are two discovery strategies - reflection and Jandex.
Reflection doesn't use this at all (simply giving back null) while Jandex has its own implementation of ClassFileServices that is directly instantiated.