Section G.3. Comments


G.3. Comments

Comments in IDL follow the format of C, C++, and Java comments . A block comment starts with the character sequence /* and ends with the character sequence */. A line comment begins with the character sequence //, and ends at the end of the line on which it begins.

G.3.1. Mapping Comments to Java

There are no rules for mapping IDL comments to Java. Many IDL-to-Java compilers will simply drop comments from IDL files during the conversion to Java, since in many cases, the comments refer to the IDL code and may not be totally relevant in the generated Java code.



Java Enterprise in a Nutshell
Java Enterprise in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596101422
EAN: 2147483647
Year: 2004
Pages: 269

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net