Content deleted Content added
m robot Adding: ja:マーカーインタフェース |
|||
Line 9:
== Critique ==
A
A better solution is for the language to support [[metadata]] directly:
Line 15:
* The [[.NET Framework|.NET framework]] supports attributes that can be used to associate any type of data with a class or with its members.
* [[Java_(software_platform)|Java]], as of Java 5 (1.5), also provides [[Annotation|annotations]] [[Java_annotation|support]] on classes, member variables, methods, and method parameters that may be accessed from an instance using [[Reflection_(computer_science)|reflection]].
* In [[Python (programming language)|Python]], the use and term
== See also ==
|