@Delegate method¶
Delegate method extension
Delegate methods delegate execution to other guice bean method.
@Delegate(TargetBean.class)
List<Model> selectSomething();
Delegate method extension
Delegate methods delegate execution to other guice bean method.
@Delegate(TargetBean.class)
List<Model> selectSomething();