-09 2:14 AM
To: peeterbru...@hotmail.com
Cc: j2ee passion
Subject: [java ee programming] Re: Unknow Java statement
hi peeter,
in this context the '@' sign is a so-called annotation. it was
introduced as 'metadata' facility in release 5.0 of the java platform.
please check:
hi peeter,
in this context the '@' sign is a so-called annotation. it was
introduced as 'metadata' facility in release 5.0 of the java platform.
please check:
http://java.sun.com/docs/books/tutorial/java/javaOO/annotations.html
or
http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.