flatgraph.help.Traversal Maven / Gradle / Ivy
package flatgraph.help;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Traversal {
Class elementType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy