org.glassfish.hk2
Interface ServiceLocator<T>

All Superinterfaces:
Descriptor
All Known Subinterfaces:
ContractLocator<T>

public interface ServiceLocator<T>
extends Descriptor

Created by IntelliJ IDEA. User: dochez Date: 5/16/11 Time: 1:24 PM To change this template use File | Settings | File Templates.


Method Summary
 T get()
           
 Provider<T> getProvider()
           
 ContractLocator<T> in(Scope scope)
           
 
Methods inherited from interface org.glassfish.hk2.Descriptor
getAnnotations, getContracts, getName, getScope, getTypeName, metadata
 

Method Detail

in

ContractLocator<T> in(Scope scope)

getProvider

Provider<T> getProvider()

get

T get()


Copyright © 2011 Oracle Corporation. All Rights Reserved.