From Wikipedia, the free encyclopedia.
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."

