Package net.sf.anupam.csv.taglets
Class CSVFieldMappingTaglet
java.lang.Object
net.sf.anupam.csv.taglets.CSVFieldMappingTaglet
- All Implemented Interfaces:
Taglet
Taglet for outputting the field mapping tag information. The
@csv.field-mapping tags will be displayed for classes
that have CSV field mapping set in the method Javadoc documentation.
The tag can only be used on the mapped bean's getXXX() method Javadocs.- 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
-
CSVFieldMappingTaglet
public CSVFieldMappingTaglet()
-
-
Method Details
-
getName
-
getAllowedLocations
- Specified by:
getAllowedLocationsin interfaceTaglet
-
isInlineTag
public boolean isInlineTag()- Specified by:
isInlineTagin interfaceTaglet
-
toString
-