org.jvnet.hk2.tracing
Class InhabitantTracing

java.lang.Object
  extended by org.jvnet.hk2.tracing.InhabitantTracing

Deprecated.

@Deprecated
public class InhabitantTracing
extends Object

experimental thread local class for tracing inhabitant initialization and module resolution

Author:
Jerome Dochez

Constructor Summary
InhabitantTracing()
          Deprecated.  
 
Method Summary
 Iterator<Inhabitant> inOrder()
          Deprecated.  
 void pop()
          Deprecated.  
 void push(Inhabitant i)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InhabitantTracing

public InhabitantTracing()
Deprecated. 
Method Detail

push

public void push(Inhabitant i)
Deprecated. 

inOrder

public Iterator<Inhabitant> inOrder()
Deprecated. 

pop

public void pop()
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.