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