Package net.sf.anupam.csv.taglets
Class CSVBeanMappingTaglet
java.lang.Object
net.sf.anupam.csv.taglets.CSVBeanMappingTaglet
- All Implemented Interfaces:
Taglet
Taglet for outputting the CSV bean mapping information. The
@csv.bean-mapping tags will be displayed for classes
that have CSV bean mapping set in the type Javadoc comment. The tag can
only be specified in the type Javadoc.- Since:
- 1.8
- Version:
- $Revision$
- Author:
- Anupam Sengupta
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Taglet
Taglet.Location -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jdk.javadoc.doclet.Taglet
init, isBlockTag
-
Constructor Details
-
CSVBeanMappingTaglet
public CSVBeanMappingTaglet()
-
-
Method Details
-
getName
-
getAllowedLocations
- Specified by:
getAllowedLocationsin interfaceTaglet
-
isInlineTag
public boolean isInlineTag()- Specified by:
isInlineTagin interfaceTaglet
-
toString
-