InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
InjectionStrategy |
injectionStrategy() |
Specifies the injection strategy applied to an annotated element:
If set to REQUIRED , injection is mandatory.
If set to OPTIONAL , injection is optional.
If set to DEFAULT (default), the default injection strategy defined on the
Model applies.
WARNING: Injection strategy is ignored if either Optional
or Required is applied on the same element.
|
static InjectionStrategy |
InjectionStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static InjectionStrategy[] |
InjectionStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|