All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.uniroma2.art.coda.interfaces.annotations.converters.RDFCapability Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package it.uniroma2.art.coda.interfaces.annotations.converters;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * The kind of RDF terms produces by a converter.
 */
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RDFCapability {
	RDFCapabilityType value() default RDFCapabilityType.node;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy