Class ControllerInjector


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

      • ControllerInjector

        public ControllerInjector()
    • Method Detail

      • inject

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