@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited @Documented public @interface Inject
Modifier and Type | Optional Element and Description |
---|---|
String |
bean
Name of bean to be injected (optional).
|
boolean |
nullAllowed
Specify if injection of dependency is required or not.
|
Class<?> |
type
Type of bean to be injected (opiotnal).
|
public abstract String bean
public abstract boolean nullAllowed
true
if null
value is allowed to inject.public abstract Class<?> type
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.