Silk DI 0.6


se.jbee.inject
Class Injection

Object
  extended by se.jbee.inject.Injection

public final class Injection
extends Object

Describes on "stack-frame" within the injection process.

Author:
Jan Bernitt (jan@jbee.se)

Constructor Summary
Injection(Instance<?> dependency, Emergence<?> target)
           
 
Method Summary
 boolean equalTo(Injection other)
           
 Emergence<?> getTarget()
           
 Injection ignoredExpiry()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Injection

Injection(Instance<?> dependency,
          Emergence<?> target)
Method Detail

getTarget

public Emergence<?> getTarget()

equalTo

public boolean equalTo(Injection other)

toString

public String toString()
Overrides:
toString in class Object

ignoredExpiry

public Injection ignoredExpiry()

Silk DI 0.6