Interface Injectable
-
- All Implemented Interfaces:
public interface InjectableAllows injected objects to specify additional injectees so that injection can cascade without the injecting repository knowing the full structure of the object graph.
-
-
Method Summary
Modifier and Type Method Description abstract List<?>additionalInjectees()Additional objects to inject. -
-
Method Detail
-
additionalInjectees
abstract List<?> additionalInjectees()
Additional objects to inject. Typically relationships of this object.
- Returns:
list of objects to inject
-
-
-
-