NewComponentInfo - Add dependency in setDriverFor
This commit is contained in:
parent
095ecca3dc
commit
f115bb7168
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ public final class NewComponentInfo< T >
|
|||
public NewComponentInfo< T > setDriverFor( final String driverFor )
|
||||
{
|
||||
this.driverFor = driverFor;
|
||||
this.dependencies.add( new DependencyInfo( driverFor ) );
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue