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

overflowdb.traversal.help.Traversal Maven / Gradle / Ivy

There is a newer version: 1.193
Show newest version
package overflowdb.traversal.help;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Traversal {
  Class elementType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy