Skip to main content



      Home
Home » Newcomers » Newcomers » Java(Java Annotation)
Java [message #1066074] Sat, 29 June 2013 18:53 Go to next message
Eclipse UserFriend
what is meant by Java annotation?
Re: Java [message #1066219 is a reply to message #1066074] Mon, 01 July 2013 10:55 Go to previous message
Eclipse UserFriend
On 6/30/2013 2:42 PM, adil khalat wrote:
> what is meant by Java annotation?

This is really a Java question, better to ask in javaranch.com,
jguru.com or stackoverflow.com.

In Java, annotations are identifiers prefixed with the at-sign @ and
signal to the complier that something "special" is being done, asked
for, etc. with respect to a following syntagm (which might be one line,
one section, one method, etc.).

The compiler will look it up in its symbol table, open the relevant and
corresponding resource in JARs included for its reference, and generate
code or references as appropriate.

This is it from the 60,000-foot level. Ask for more depth at the places
I mentioned.

Hope this helps.
Previous Topic:view descriptive errors Eclipse SDK
Next Topic:System requirements for Eclipse on Linux
Goto Forum:
  


Current Time: Sun Jul 06 06:45:57 EDT 2025

Powered by FUDForum. Page generated in 0.07898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top