Tagged Questions

4
votes
6answers
726 views

Do you use design marker interfaces to document your Java code?

I just stumbled upon this article by Bruce Wallace: Design Markers - Explicit Programming for the rest of us Bruce describes a way to use interfaces to explicitly document things about your classes …