Package | Description |
---|---|
org.apache.felix.scr.impl.inject |
Modifier and Type | Class and Description |
---|---|
private static class |
FieldHandler.NotFound
Final state of field couldn't be found or errors occured.
|
private static class |
FieldHandler.NotResolved
Initial state.
|
private static class |
FieldHandler.Resolved
Final state of field could be found and is valid.
|
Modifier and Type | Field and Description |
---|---|
private static FieldHandler.State |
FieldHandler.NotResolved.INSTANCE |
private static FieldHandler.State |
FieldHandler.NotFound.INSTANCE |
private static FieldHandler.State |
FieldHandler.Resolved.INSTANCE |
private FieldHandler.State |
FieldHandler.state
State handling.
|