On Tue, 03 Jan 2012 17:50:59 +0100, Kevin Wright <[email protected]> wrote:

And a swanky @Beta annotation too, it would seem.  I must steal that one
for my own nefarious purposes.

Actually so far for my own nefarious purposes I've used javadoc tags, such as:

/***********************************************************************************************************************
 *
 * The role of an object which can provide its own display name.
 *
 * @author  Fabrizio Giudici
* @version $Id: Displayable.java,v a3c70e8b9df8 2012/01/03 00:08:04 fabrizio $
 * @it.tidalwave.javadoc.stable
 *
 
**********************************************************************************************************************/

With a proper configuration of the javadoc plugin:

                <configuration>
                    <tags>
                        <tag>
                            <name>it.tidalwave.javadoc.stable</name>
                            <placement>t</placement>
                            <head>Status: stable API</head>
                        </tag>
                        <tag>
                            <name>it.tidalwave.javadoc.draft</name>
                            <placement>t</placement>
                            <head>Status: draft API</head>
                        </tag>
                        <tag>
                            <name>it.tidalwave.javadoc.experimental</name>
                            <placement>t</placement>
                            <head>Status: experimental API</head>
                        </tag>
                    </tags>


But plain annotations probably are a better choice. Now, if only a standard existed... :-)


--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
[email protected]
http://tidalwave.it - http://fabriziogiudici.it

--
You received this message because you are subscribed to the Google Groups "The Java 
Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to