Marker interface pattern: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 103.219.232.118 (talk) to last revision by Frap (TW)
Line 22:
* In [[Python (programming language)|Python]], the term "marker interface" is common in [[Zope]] and [[Plone (software)|Plone]]. Interfaces are declared as metadata and subclasses can use <code>implementsOnly</code> to declare they do not implement everything from their super classes.
 
==See also==56gy
[[File:Front|28px|thumb|left|small|link=Special:FilePath/Front]]
==See also==56gy
*[[Design marker]]s for an expansion of this pattern.
*Joshua Bloch, "Effective Java (Second edition)," Item 37: Use marker interfaces to define types, page 179.
 
==References==
 
==References1==
{{Reflist}}