Skip to content

Commit 72b51ef

Browse files
committed
Remove internal annotation from CelFunctionBidning
1 parent 9a0f882 commit 72b51ef

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

runtime/src/main/java/dev/cel/runtime/CelFunctionBinding.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
import com.google.common.collect.ImmutableList;
1818
import com.google.errorprone.annotations.Immutable;
19-
import dev.cel.common.annotations.Internal;
20-
import java.util.List;
2119

2220
/**
2321
* Binding consisting of an overload id, a Java-native argument signature, and an overload
@@ -37,7 +35,6 @@
3735
*
3836
* <p>Examples: string_startsWith_string, mathMax_list, lessThan_money_money
3937
*/
40-
@Internal
4138
@Immutable
4239
public interface CelFunctionBinding {
4340
String getOverloadId();

0 commit comments

Comments
 (0)