Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
4.0-beta1
-
None
-
None
Description
Currently, the BaseMapInit class does a bulk import on all classes in the peer package if the peer package is not equal to the mapInit package.
It would be better to import the peer classes per class.
This has also the nice effect that the import still works if peer classes live outside the peer package.