org.jvnet.hk2.component
Interface InhabitantFilter


Deprecated.

@Deprecated
@Contract
public interface InhabitantFilter

Contract used to determine if an inhabitant matches some criteria determined by the implementation.

Author:
Jeff Trent
See Also:
InhabitantTrackerContext

Method Summary
 boolean matches(Inhabitant<?> i)
          Deprecated.  
 

Method Detail

matches

boolean matches(Inhabitant<?> i)
Deprecated. 
Returns:
true; if the inhabitant matches filter criteria


Copyright © 2013 Oracle Corporation. All Rights Reserved.