Package org.glassfish.hk2.internal
Class ImmediateLocalLocatorFilter
- java.lang.Object
-
- org.glassfish.hk2.internal.ImmediateLocalLocatorFilter
-
-
Constructor Summary
Constructors Constructor Description ImmediateLocalLocatorFilter(long locatorId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(Descriptor d)
Returns true if this filter matches the given object
-
-
-
Method Detail
-
matches
public boolean matches(Descriptor d)
Description copied from interface:Filter
Returns true if this filter matches the given object
-
-