Package jodd.petite

Class AutomagicPetiteConfigurator


  • public class AutomagicPetiteConfigurator
    extends java.lang.Object
    Auto-magically configures Petite container by analyzing the classpath.

    Scans all classes on classpath and in jar files, and scans for PetiteBean annotation (not by loading the class!). If annotation is founded, class will be loaded and registered as Petite bean.

    • Constructor Detail

      • AutomagicPetiteConfigurator

        public AutomagicPetiteConfigurator​(PetiteContainer petiteContainer)