2009-08-24 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / WebCategoryAttribute.cs
index bf76ef9476724a4f8f6053d7b0fc551696165681..7cc3b0789b1bf9d3abee69f6f4106ca4162efdf8 100644 (file)
@@ -29,6 +29,7 @@
 using System.ComponentModel;
 namespace System.Web {
 
+       [AttributeUsage(AttributeTargets.All)]
        internal class WebCategoryAttribute : CategoryAttribute {
 
                public WebCategoryAttribute (string category) : base (category)