Link Details

Link 34782 thumbnail
User 221988 avatar

By krishnas
via javabeat.net
Published: Aug 14 2007 / 03:36

Annotations in Java is all about adding meta-data facility to the Java Elements. Like Classes, Interfaces or Enums, Annotations define a type in Java and they can be applied to several Java Elements. Tools which will read and interpret the Annotations will implement a lot of functionalities from the meta-information obtained. For example, they can ensure the consistency between classes, can check the validity of the paramters passed by the clients at run-time and can generate lot of base code for a project. This article provides you a complete guide detailing the various aspects of Annotations. The topics covered in this article are as follows,
  • 11
  • 4
  • 1842
  • 603

Comments

Add your comment
User 191349 avatar

raveman replied ago:

0 votes Vote down Vote up Reply

he could at least talk about annotation processing(no, i dont mean using reflection), nothing new/cool here!

User 97238 avatar

Konstantin Scheglov replied ago:

-1 votes Vote down Vote up Reply

I'm tired by this user that posts really old news...

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.