Class CreateAllBeans


  • public class CreateAllBeans
    extends Object
    Created 01.05.13 18:56 We used to use lazy-init to make Spring workaround cycles in dependencies. So there is an open problem to make sure all classes were created. Enforces Spring to create all lazy-init beans
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Constructor Detail

      • CreateAllBeans

        public CreateAllBeans​(@NotNull
                              Collection<Object> allBeans)