Class BindingFactory
- java.lang.Object
-
- net.anwiba.commons.injection.impl.BindingFactory
-
- All Implemented Interfaces:
IBindingFactory
public class BindingFactory extends java.lang.Object implements IBindingFactory
-
-
Constructor Summary
Constructors Constructor Description BindingFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> IBinding<T>create(java.lang.Class<T> clazz, java.lang.String name)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.injection.IBindingFactory
create
-
-
-
-
Method Detail
-
create
public <T> IBinding<T> create(java.lang.Class<T> clazz, java.lang.String name)
- Specified by:
createin interfaceIBindingFactory
-
-