Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
JSure @annotate Javadoc tag processing by the 'javadoc' command
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tim Halloran  
View profile  
 More options Feb 2 2010, 10:36 am
From: Tim Halloran <hallor...@gmail.com>
Date: Tue, 2 Feb 2010 07:36:32 -0800 (PST)
Local: Tues, Feb 2 2010 10:36 am
Subject: JSure @annotate Javadoc tag processing by the 'javadoc' command
Support for Java 1.4 code allows JSure annotations to be placed in
Javadoc comments.  For example,

/**
 * @annotate Unique(return)
 */
  public GameMap(int width, int height) { ... }

is the Java 1.4 compatible way to annotate

@Unique("return") public GameMap(int width, int height) { ... }

It is possible to include or exclude the @annotate tag from your
generated docs.  To include the tag add

  -tag annotate:a:"JSure annotation:"

to your 'javadoc' command line. To exclude the tag add

  -tag annotate:X:"JSure annotation:"

to your 'javadoc' command line.

Note that you can change the string label to whatever you want it does
not have to be "JSure annotation:"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »