com.sun.hk2.component
Class AbstractInhabitantProvider

java.lang.Object
  extended by com.sun.hk2.component.AbstractInhabitantProvider
All Implemented Interfaces:
InhabitantProviderInterceptor
Direct Known Subclasses:
ConfigInhabitantProvider

Deprecated.

@Deprecated
public abstract class AbstractInhabitantProvider
extends Object
implements InhabitantProviderInterceptor

abstract base for InhabitantProviderInterceptor

Author:
Jeff Trent

Constructor Summary
AbstractInhabitantProvider()
          Deprecated.  
 
Method Summary
protected static boolean contains(Set<String> indicies, String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jvnet.hk2.component.InhabitantProviderInterceptor
visit
 

Constructor Detail

AbstractInhabitantProvider

public AbstractInhabitantProvider()
Deprecated. 
Method Detail

contains

protected static boolean contains(Set<String> indicies,
                                  String name)
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.