Marker interface pattern

This is an old revision of this page, as edited by Elf (talk | contribs) at 03:01, 16 February 2004 (added stub text). 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 construct in the Java programming language.

One source says " The Marker Interface pattern uses the fact that a class implements an interface to indicate the semantic boolean attribute of the class."