Copyright (C) 2002, Patrick Tullmann <taglets@tullmann.org>

org.tullmann.taglets
Class JSR121ReviewedBy

java.lang.Object
  |
  +--org.tullmann.taglets.ListTag
        |
        +--org.tullmann.taglets.ReviewedBy
              |
              +--org.tullmann.taglets.JSR121ReviewedBy
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class JSR121ReviewedBy
extends ReviewedBy

A ReviewedBy Taglet customized for the JSR-121 Expert Group.

There is no way to pass javadoc command line options to a taglet, so we just hardcode the options for the EG here.

Reviewed By:
UserDateComment
tullmann April 1, 2002
Missing Reviews:
wall, torvalds, bubbles, guido, pike
Since:
April, 2002
Author:
Patrick Tullmann <taglets@tullmann.org>

Field Summary
 
Fields inherited from class org.tullmann.taglets.ListTag
ORDERED_LIST, TABLE_LIST, tagPrefs, UNORDERED_LIST, VISIBLETABLE_LIST
 
Constructor Summary
JSR121ReviewedBy()
           
 
Method Summary
static void register(java.util.Map tagletMap)
           
 
Methods inherited from class org.tullmann.taglets.ReviewedBy
emitCustomFooter, emitCustomHeader, endingTags, forceCustomDefaultPrefs, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, parseTagText, startingTags
 
Methods inherited from class org.tullmann.taglets.ListTag
emitFooter, emitHeader, emitTag, forceColorPrefs, formatText, getName, register, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR121ReviewedBy

public JSR121ReviewedBy()
Method Detail

register

public static void register(java.util.Map tagletMap)

See http://www.tullmann.org/pat/taglets/ for the latest and greatest version.