Marker interface pattern: Difference between revisions

Content deleted Content added
added stub text
m fix link
Line 1:
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."