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

flatgraph.help.Traversal Maven / Gradle / Ivy

There is a newer version: 0.0.91
Show newest version
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