|
|
||
Vincent Brabant's BlogMetaData existed before JDK 1.5Posted by vbrabant on June 03, 2004 at 12:57 PM | Comments (3)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.
Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||
|
|