Annotation Types Summary |
ContentAttribute |
Fetches the name of the setter attribute used to set the
contents of a tag retreived via
DefaultHandler.characters(char[], int, int)
$Author: wintermond $
$Date: 2005/07/10 18:34:30 $
$Log: ContentAttribute.java,v $
Revision 1.2 2005/07/10 18:34:30 wintermond
javadoc |
DateFormat |
Retrieves the format pattern in which attributes
of type Date or its subclasses
are formated
$Author: wintermond $
$Date: 2005/07/10 18:34:30 $
$Log: DateFormat.java,v $
Revision 1.1 2005/07/10 18:34:30 wintermond
javadoc |
ReturnTypeAnnotation |
Used when the XmlConverter needs to know
the type of the elements to store in a Collection
or Map instance
$Author: wintermond $
$Date: 2005/07/10 18:34:30 $
$Log: ReturnTypeAnnotation.java,v $
Revision 1.2 2005/07/10 18:34:30 wintermond
javadoc |
SetKeyAttribute |
Used by XmlConverter if values are to be set within a Map . |