public class InjectionAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static InjectionAttributes |
EMPTY_ATTRIBUTES |
| Constructor and Description |
|---|
InjectionAttributes(java.lang.Object key,
int order)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey() |
int |
getOrder() |
public static final InjectionAttributes EMPTY_ATTRIBUTES
public InjectionAttributes(java.lang.Object key,
int order)
key - the key or Map-based references or nullorder - the order for ordered (e.g. List or array)-based references; may be null if not defined or the reference being injected is not
order-sensitive.