public abstract class AbstractMojoTypeTaglet extends AbstractMojoTaglet
Taglet for annotations specified at the Mojo class level.| Constructor and Description |
|---|
AbstractMojoTypeTaglet() |
| 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 AbstractMojoTypeTaglet()
public final boolean inConstructor()
false since this annotation can NOT be used in constructor documentation.Taglet.inConstructor()public final boolean inField()
false 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()
true 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–2015 The Apache Software Foundation. All rights reserved.