Content deleted Content added
→References: 81 |
KylieTastic (talk | contribs) 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
*[[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==
{{Reflist}}
|