Class ComponentInjector


  • public class ComponentInjector
    extends Object
    Author:
    Ramon Rangel Osorio <ramon.rangel@protonmail.com>
    • Constructor Detail

      • ComponentInjector

        public ComponentInjector()
    • Method Detail

      • inject

        public static final void inject​(Scanner scanner)
        Injects dependencies into the classes that have the Component annotation.
        Parameters:
        scanner - the Scanner object used to scan for classes