Pretty self explanatory :)
@Pattern
Are you proud of the fact that your code uses a particular design
pattern? Make sure the world knows about it with the @Pattern
annotation.
There are many patterns so this simply takes a String for you to
describe the pattern you have used. For example:
@Pattern(pattern="Flyweight")
or
@Pattern(pattern="Session Facade")
--
To unsubscribe, reply using "remove me" as the subject.