Skip to content
Snippets Groups Projects
Commit 77259ea0 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

luapi: graphdb wrapper: annotate type parameter

parent 806cd6fb
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ public class GraphDB {
/**
* Functional interface that defines a function for running operations on
* a GraphDB database.
*
* @param <T> Return type of the operation.
*/
public interface Operation<T> {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment