Skip to content

Commit e5169fa

Browse files
committed
deprecated com.arangodb.Function
1 parent ef5eae7 commit e5169fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/arangodb/Function.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
* @param <T> the type of the input to the function
2525
* @param <R> the type of the result of the function
2626
* @author Mark Vollmary
27+
* @deprecated Use {@link java.util.function.Function} instead.
2728
*/
29+
@Deprecated
2830
public interface Function<T, R> {
2931

3032
/**

0 commit comments

Comments
 (0)