org.apache.maven.tools.plugin.javadoc
Class AbstractMojoTypeTaglet

java.lang.Object
  extended by org.apache.maven.tools.plugin.javadoc.AbstractMojoTaglet
      extended by org.apache.maven.tools.plugin.javadoc.AbstractMojoTypeTaglet
All Implemented Interfaces:
com.sun.tools.doclets.Taglet
Direct Known Subclasses:
MojoAggregatorTypeTaglet, MojoConfiguratorTypeTaglet, MojoExecuteTypeTaglet, MojoExecutionStrategyTypeTaglet, MojoGoalTypeTaglet, MojoInheritByDefaultTypeTaglet, MojoInstantiationStrategyTypeTaglet, MojoPhaseTypeTaglet, MojoRequiresDependencyCollectionTypeTaglet, MojoRequiresDependencyResolutionTypeTaglet, MojoRequiresDirectInvocationTypeTaglet, MojoRequiresOnLineTypeTaglet, MojoRequiresProjectTypeTaglet, MojoRequiresReportsTypeTaglet, MojoThreadSafeTypeTaglet

public abstract class AbstractMojoTypeTaglet
extends AbstractMojoTaglet

Abstract Taglet for annotations specified at the Mojo class level.

Version:
$Id: AbstractMojoTypeTaglet.java 638333 2008-03-18 11:39:14Z bentmann $
Author:
Vincent Siveton

Constructor Summary
AbstractMojoTypeTaglet()
           
 
Method Summary
 boolean inConstructor()
           
 boolean inField()
           
 boolean inMethod()
           
 boolean inOverview()
           
 boolean inPackage()
           
 boolean inType()
           
 boolean isInlineTag()
           
 
Methods inherited from class org.apache.maven.tools.plugin.javadoc.AbstractMojoTaglet
getAllowedParameterNames, getAllowedValue, getHeader, hasAnnotationParameters, hasAnnotationValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.tools.doclets.Taglet
getName
 

Constructor Detail

AbstractMojoTypeTaglet

public AbstractMojoTypeTaglet()
Method Detail

inConstructor

public final boolean inConstructor()
Returns:
false since this annotation can NOT be used in constructor documentation.
See Also:
Taglet.inConstructor()

inField

public final boolean inField()
Returns:
false since this annotation can NOT be used in field documentation.
See Also:
Taglet.inField()

inMethod

public final boolean inMethod()
Returns:
false since this annotation can NOT be used in method documentation.
See Also:
Taglet.inMethod()

inOverview

public final boolean inOverview()
Returns:
false since this annotation can NOT be used in overview documentation.
See Also:
Taglet.inOverview()

inPackage

public final boolean inPackage()
Returns:
false since this annotation can NOT be used in package documentation.
See Also:
Taglet.inPackage()

inType

public final boolean inType()
Returns:
true since this annotation can be used in type documentation.
See Also:
Taglet.inType()

isInlineTag

public final boolean isInlineTag()
Returns:
false since this annotation can NOT be used in inline tag.
See Also:
Taglet.isInlineTag()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.