Package org.glassfish.hk2.internal
Class StarFilter
java.lang.Object
org.glassfish.hk2.internal.StarFilter
- All Implemented Interfaces:
Filter
A filter that gets everything! w00t w00t!
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StarFilter
Gets the static instance of this filterboolean
Returns true if this filter matches the given object
-
Field Details
-
INSTANCE
-
-
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:Filter
Returns true if this filter matches the given object
-