diff --git a/src/Spring/Spring.Core/Util/ReflectionUtils.cs b/src/Spring/Spring.Core/Util/ReflectionUtils.cs index 12f6479e..c8888aa5 100644 --- a/src/Spring/Spring.Core/Util/ReflectionUtils.cs +++ b/src/Spring/Spring.Core/Util/ReflectionUtils.cs @@ -1082,12 +1082,10 @@ namespace Spring.Util /// Calculates and returns the list of attributes that apply to the /// specified type or method. /// - /// - /// Attributes can be instance of or . - /// /// The type or method to find attributes for. /// - /// A list of custom attributes that should be applied to type. + /// A list of custom attributes (CustomAttributeData or Attribute instances) + /// that should be applied to type or method. /// public static IList GetCustomAttributes(MemberInfo member) {