Package ball.tools.javadoc
Interface AnnotatedTaglet
-
- All Superinterfaces:
Taglet
- All Known Implementing Classes:
AbstractInlineTaglet,AbstractTaglet,AntTaskTaglet,BeanInfoTaglet,IncludeTaglet,InjectedFieldsTaglet,LinkManTaglet,LinkRFCTaglet,LinkThisTaglet,LinkURITaglet,MavenTaglet,MavenTaglet.Coordinates,MavenTaglet.PluginFields,MavenTaglet.PluginHelp
public interface AnnotatedTaglet extends Taglet
Interface indicatingTagletis annotated withTagletName,AllowedLocations, and related annotations.- Author:
- Allen D. Ball
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Taglet
Taglet.Location
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Set<Taglet.Location>getAllowedLocations()default StringgetName()-
Methods inherited from interface jdk.javadoc.doclet.Taglet
init, isInlineTag, toString
-
-
-
-
Method Detail
-
getAllowedLocations
default Set<Taglet.Location> getAllowedLocations()
- Specified by:
getAllowedLocationsin interfaceTaglet
-
-