Marker interface pattern definition

Search

Marker interface pattern

Marker interface pattern logo #21000 The marker interface pattern is a design pattern in computer science, used with languages that provide run-time type information about objects. It provides a means to associate metadata with a class where the language does not have explicit support for such metadata. To use this pattern, a class implements a marker interface (also called tagging i...
Found on http://en.wikipedia.org/wiki/Marker_interface_pattern
No exact match found.