Class ComponentInjector
- java.lang.Object
-
- org.contextfx.components.injectors.ComponentInjector
-
public class ComponentInjector extends Object
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ComponentInjector()
-
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 Component annotation.
-
-
-
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
-
-