Class ControllerInjector
- java.lang.Object
-
- org.contextfx.components.injectors.ControllerInjector
-
public class ControllerInjector extends Object
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ControllerInjector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinject(Scanner scanner)Injects dependencies into the classes that have the Controller annotation.
-
-
-
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
-
-