01: package org.ontoware.rdfreactor.runtime; 02: 03: /** 04: * Marker annotation for a patrolled method 05: * @author voelkel 06: * 07: */ 08: public @interface Patrolled { 09: 10: }