Search |
||
MetaData existed before JDK 1.5Posted by vbrabant on June 3, 2004 at 12:57 PM PDT
Look at definition of Metadata:
The J2SE 1.5 metadata feature is a facility that allows developers to annotate their code so that tools can generate boilerplate code (e.g stub generation to remote procedure calls) as directed by annotations. And think about those interfaces: Serializable and Cloneable.
Those interfaces are empty.
But they are used to give directive to the compiler to generate the correct code.
»
Related Topics >>
J2SE Comments
Comments are listed in date ascending order (oldest first)
|
||
|