Marker interface pattern: Difference between revisions

Content deleted Content added
m fix link
is a design pattern
Line 1:
A '''marker interface pattern''' is a construct[[design pattern]] in the [[Java programming language]].
 
One source says " The Marker Interface patternIt uses the fact that a class implements an interface to indicate the semantic boolean attribute of the class."
 
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."
 
{{msg:stub}}