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

org.ontoware.rdfreactor.runtime.Patrolled Maven / Gradle / Ivy

Go to download

RDFReactor creates domain-specific, type-safe Java classes which act as a view over domain-free, loosely typed RDF instances. This library needs to be shipped together with generated classes.

The newest version!
package org.ontoware.rdfreactor.runtime;

/**
 * Marker annotation for a patrolled method or class. This means, I reviewed the
 * code and believe it can go unchanged (if not marked deprecated or has FIXME
 * annotations) into the next release of RDFReactor.
 * 
 * After the next round of recatoring, this annotation and all references to it
 * should be deleted.
 * 
 * @author voelkel
 * 
 */
public @interface Patrolled {
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy