API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. XmlMimeType View Source
Author(s)
Kohsuke Kawaguchi
Since
JAXB2.0
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value={FIELD, METHOD, PARAMETER})
public annotation XmlMimeType
  Associates the MIME type that controls the XML representation of the property.
See also:   
Elements
value [REQUIRED]
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar