repo.or.cz
/
beagle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor reorganization of html filter code.
[beagle.git]
/
bludgeon
/
HammerAttribute.cs
blob
f04efce5a3586de02a2a75868712885fc816873f
1
2
using
System
;
3
4
namespace
Bludgeon
{
5
6
[
AttributeUsage
(
AttributeTargets
.
Class
)]
7
public class
HammerAttribute
:
Attribute
{
8
public string
Name
=
"Unnamed"
;
9
}
10
11
}