Performs the actual lookup of the relevant ConfigAttributeDefinition for the specified
Method which is subject of the method invocation.Provided so subclasses need only to
provide one basic method to properly interface with the MethodDefinitionSource .
Returns null if there are no matching attributes for the method.
Parameters: method - the method being invoked for which configuration attributes should be looked up the ConfigAttributeDefinition that applies to the specified Method |