Minor reorganization of html filter code.
[beagle.git] / bludgeon / HammerAttribute.cs
blobf04efce5a3586de02a2a75868712885fc816873f
2 using System;
4 namespace Bludgeon {
6 [AttributeUsage (AttributeTargets.Class)]
7 public class HammerAttribute : Attribute {
8 public string Name = "Unnamed";