Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.0.0
-
None
Description
The InstantiatorFactoryBean contains the following
if (autoRegister) {
for (Instantiator instantiator : list)
}
could this be changed so that we can provide a distribute flag to the Instantiator.register like so,
if (autoRegister) {
for (Instantiator instantiator : list)
}
Attachments
Issue Links
- duplicates
-
SGF-39 WiringInstantiator should not register instantiators using the method that causes distribution
-
- Closed
-