Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.5
-
None
Description
In a module bind() method, if you invoke ServiceBinder.bind() and pass an interface, the code should check to see if there's a class in the same package named "XYZImpl" (for interface XYZ). If so, it should bind that Impl class as the implementation class. Convention over configuration, even in the small details.