Package me.datafox.dfxengine.injector.api.annotation
package me.datafox.dfxengine.injector.api.annotation
-
Annotation InterfacesClassDescriptionA component is a class that can be injected as a dependency.An event handler is a method that is called automatically by the
InjectorwhenInjector.invokeEvent(Object)is called with an object that is valid as the event handler method's parameter.An initialization method is a method that is invoked after allComponentsare instantiated.Denotes that a constructor or a field is eligible for dependency injection.