org.glassfish.hk2
Interface ServicesProvider

All Superinterfaces:
ComponentProvider<Services>, Holder<Services>

@Contract
public interface ServicesProvider
extends ComponentProvider<Services>

Created by IntelliJ IDEA. User: dochez Date: 4/13/11 Time: 10:16 PM To change this template use File | Settings | File Templates.


Method Summary
 Services get()
           
 Services modulesQualifiedWith(java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)
           
 
Methods inherited from interface org.glassfish.hk2.ComponentProvider
getDescriptor, isActive, release, type
 

Method Detail

get

Services get()
Specified by:
get in interface Holder<Services>

modulesQualifiedWith

Services modulesQualifiedWith(java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)


Copyright © 2011 Oracle Corporation. All Rights Reserved.