com.sun.hk2.component
Class ConstructorWomb<T>
java.lang.Object
com.sun.hk2.component.AbstractInhabitantImpl<T>
com.sun.hk2.component.AbstractCreatorImpl<T>
com.sun.hk2.component.ConstructorCreator<T>
com.sun.hk2.component.ConstructorWomb<T>
- All Implemented Interfaces:
- Holder<T>, Binding<T>, Factory<T>, ManagedComponentProvider<T>, Provider<T>, Creator<T>, Inhabitant<T>
Deprecated. Use ConstructorCreator instead
public class ConstructorWomb<T>
- extends ConstructorCreator<T>
| Nested classes/interfaces inherited from interface com.sun.hk2.component.Holder |
Holder.Impl<T> |
| Methods inherited from class com.sun.hk2.component.AbstractInhabitantImpl |
companions, dispose, get, getAnnotation, getAnnotation, getAnnotations, getDescriptor, getDescriptorFor, getProvider, getProvider, getSerializedMetadata, getSerializedMetadata, lead, matches, setCompanions, toString |
| Methods inherited from interface org.jvnet.hk2.component.Creator |
get |
ConstructorWomb
public ConstructorWomb(Class<T> type,
Habitat habitat,
MultiMap<String,String> metadata)
- Deprecated.
Copyright © 2011 Oracle Corporation. All Rights Reserved.