Package tigase.kernel.beans
Annotation Type Inject
-
@Target(FIELD) @Retention(RUNTIME) @Inherited @Documented public @interface Inject
This annotation marks field in class that Kernel should inject dependency here.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringbeanName of bean to be injected (optional).booleannullAllowedSpecify if injection of dependency is required or not.Class<?>typeType of bean to be injected (opiotnal).
-