Uses of Class
net.sf.jguiraffe.di.impl.Invocation
-
Packages that use Invocation Package Description net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindi
package. -
-
Uses of Invocation in net.sf.jguiraffe.di.impl
Subclasses of Invocation in net.sf.jguiraffe.di.impl Modifier and Type Class Description class
ConstructorInvocation
A class that represents a constructor invocation.class
MethodInvocation
A class that represents a method invocation.class
SetPropertyInvocation
A specialInvocation
implementation for setting properties.
-