public abstract class AbstractMojoFieldTaglet extends AbstractMojoTaglet
Taglet for annotations specified at the Mojo parameter level.| Constructor and Description |
|---|
AbstractMojoFieldTaglet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
inConstructor() |
boolean |
inField() |
boolean |
inMethod() |
boolean |
inOverview() |
boolean |
inPackage() |
boolean |
inType() |
boolean |
isInlineTag() |
getAllowedParameterNames, getAllowedValue, getHeader, hasAnnotationParameters, hasAnnotationValue, toString, toStringpublic final boolean inConstructor()
false since this annotation can NOT be used in constructor documentation.Taglet.inConstructor()public final boolean inField()
true since this annotation can NOT be used in field documentation.Taglet.inField()public final boolean inMethod()
false since this annotation can NOT be used in method documentation.Taglet.inMethod()public final boolean inOverview()
false since this annotation can NOT be used in overview documentation.Taglet.inOverview()public final boolean inPackage()
false since this annotation can NOT be used in package documentation.Taglet.inPackage()public final boolean inType()
false since this annotation can be used in type documentation.Taglet.inType()public final boolean isInlineTag()
false since this annotation can NOT be used in inline tag.Taglet.isInlineTag()Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.