Content deleted Content added
OpenFuture (talk | contribs) |
|||
Line 14:
* Both the [[.NET Framework|.NET framework]] and [[Java (software platform)|Java]] (as of Java 5 (1.5)) provide support for such metadata. In .NET, they are called ''"custom attributes"'', in Java they are called ''"annotations"''. Despite the different name, they are conceptually the same thing. They can be defined on classes, member variables, methods, and method parameters and may be accessed using [[Reflection_(computer_science)|reflection]].
* In [[Python (programming language)|Python]], the term "marker interface" is common in [[Zope
== See also ==
|