java.lang.Object
org.glassfish.hk2.internal.StarFilter
- All Implemented Interfaces:
Filter
A filter that gets everything! w00t w00t!
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StarFilterGets the static instance of this filterbooleanReturns true if this filter matches the given object
-
Constructor Details
-
StarFilter
public StarFilter()
-
-
Method Details
-
getDescriptorFilter
Gets the static instance of this filter- Returns:
- The static instance of the star filter
-
matches
Description copied from interface:FilterReturns true if this filter matches the given object
-