Details
Description
I'm using a DynamicFeature class to register filters against annotated methods. In a resource class with an overloaded method the filter is being executed twice. I suspect the registration in the DynamicFeature implementation is only using the method name to match on methods.