org.apache.any23.writer
Annotation Type Writer


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Writer

This annotation describes FormatWriter metadata.

Author:
Michele Mostarda (mostarda@fbk.eu)

Required Element Summary
 String identifier
          The mnemonic identifier for the format.
 String mimeType
          The MIME type used by the writer.
 

Element Detail

identifier

public abstract String identifier
The mnemonic identifier for the format.

Returns:
a not null identifier.

mimeType

public abstract String mimeType
The MIME type used by the writer.

Returns:
a not null MIME type.


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.