jus.util.assertion
Class AssertionTaglet

java.lang.Object
  extended byjus.util.assertion.AnyTaglet
      extended byjus.util.assertion.AssertionTaglet
All Implemented Interfaces:
java.lang.Cloneable, com.sun.tools.doclets.Taglet
Direct Known Subclasses:
EnsureTaglet, InvariantTaglet, RequireTaglet

public abstract class AssertionTaglet
extends AnyTaglet

Since:
1.4

Field Summary
 
Fields inherited from class jus.util.assertion.AnyTaglet
HEADER, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, NAMES, usableIn
 
Constructor Summary
AssertionTaglet()
           
 
Method Summary
protected  java.lang.String html(com.sun.javadoc.Tag tag)
          Given a Tag representing this custom tag, return its string representation.
 
Methods inherited from class jus.util.assertion.AnyTaglet
clone, getName, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, iterator, registerTag, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionTaglet

public AssertionTaglet()
Method Detail

html

protected java.lang.String html(com.sun.javadoc.Tag tag)
Description copied from class: AnyTaglet
Given a Tag representing this custom tag, return its string representation.

Specified by:
html in class AnyTaglet
Parameters:
tag - the Tag representing of this custom tag.