| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Writer
This annotation describes FormatWriter metadata.
| Required Element Summary | |
|---|---|
|  String | identifierThe mnemonic identifier for the format. | 
|  String | mimeTypeThe MIME type used by the writer. | 
| Element Detail | 
|---|
public abstract String identifier
null identifier.public abstract String mimeType
null MIME type.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||