Marker interface pattern

This is an old revision of this page, as edited by Jay (talk | contribs) at 10:44, 20 March 2004 (is a design pattern). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A marker interface pattern is a design pattern in the Java programming language.

It uses the fact that a class implements an interface to indicate the semantic boolean attribute of the class.