Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Plugin builders were introduced long ago as a way to configure plugin instances while also maintaining a backward-compatible way to evolve the API of a plugin. While this has been useful, there are other ways that would be nice to make a plugin dependency injectable.
This should allow for an @Inject constructor to be used along with supporting zero or more arguments in each @Inject method.