com.sun.hk2.jsr330.spi
Class BasicProviderImpl<T>
java.lang.Object
com.sun.hk2.jsr330.spi.BasicProviderImpl<T>
- All Implemented Interfaces:
- Provider<T>
public class BasicProviderImpl<T>
- extends Object
- implements Provider<T>
Default Provider that simple wraps an Inhabitant.get().
- Since:
- 3.1
- Author:
- Jeff Trent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicProviderImpl
public BasicProviderImpl(Inhabitant<T> inhabitant)
get
public T get()
- Specified by:
get in interface Provider<T>
Copyright © 2012 Oracle Corporation. All Rights Reserved.