Class FALSETaglet
java.lang.Object
org.tquadrat.foundation.javadoc.internal.SimpleTagletBase
org.tquadrat.foundation.javadoc.FALSETaglet
- All Implemented Interfaces:
Taglet
@ClassVersion(sourceVersion="$Id: CodeTaglet.java 1165 2026-03-22 19:30:59Z tquadrat $")
@API(status=STABLE,
since="0.25.1")
public final class FALSETaglet
extends SimpleTagletBase
Replaces {@false} with
<code>false</code>.
- Author:
- Thomas Thrien - thomas.thrien@tquadrat.org
- Version:
- $Id: CodeTaglet.java 1165 2026-03-22 19:30:59Z tquadrat $
- Since:
- 0.25.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface Taglet
Taglet.Location -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SimpleTagletBase
getAllowedLocations, getName, isInlineTag, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Taglet
init, isBlockTag
-
Field Details
-
TAGLET_NAME
-
-
Constructor Details
-
FALSETaglet
public FALSETaglet()Creates a newFALSETagletinstance.
-
