Component registration info - Rewrote dependency injector finder
Use the MemberFinder. Dependencies can be injected using methods.
This commit is contained in:
parent
a1ddf5f63a
commit
9f5fbcbf3d
3 changed files with 102 additions and 63 deletions
src/main/java/info/ebenoit/ebul/cmp
|
@ -11,7 +11,7 @@ import java.lang.annotation.Target;
|
|||
/**
|
||||
* This annotation lists dependencies for a component. If some components are injected as dependencies through the
|
||||
* UseComponent annotation, they don't need to be listed here (same goes for the component indicated by
|
||||
* {@link IsDriverFor}).
|
||||
* {@link DriverFor}).
|
||||
*
|
||||
* @author <a href="mailto:ebenoit@ebenoit.info">E. Benoît</a>
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue