Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Java(Java Annotation)
Java [message #1066074] Sat, 29 June 2013 22:53 Go to next message
adil khalat is currently offline adil khalatFriend
Messages: 2
Registered: June 2013
Junior Member
what is meant by Java annotation?
Re: Java [message #1066219 is a reply to message #1066074] Mon, 01 July 2013 14:55 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

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: Thu Apr 25 14:13:41 GMT 2024

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

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

Back to the top