org.apache.clerezza.rdf.core.serializedform
Annotation Type SupportedFormat
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SupportedFormat
This annotation is used to annotate ParsingProviders to indicate
the format(s) they support.
- Author:
- reto
|
Required Element Summary |
String[] |
value
A list of format Identifiers (typically MIME-types) types without
parameter (without ';'-character). |
value
public abstract String[] value
- A list of format Identifiers (typically MIME-types) types without
parameter (without ';'-character).
E.g. {"application/rdf+xml","application/turtle"}
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.