Skip to content

Commit

Permalink
Merge pull request #42484 from ballerina-platform/revert-42207-extern…
Browse files Browse the repository at this point in the history
…alDependencyAnnotation

Revert "Add ExternalDependency annotation"
  • Loading branch information
SasinduDilshara committed Apr 5, 2024
2 parents 4bbbae3 + 3819c90 commit a6d484f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 199 deletions.
9 changes: 0 additions & 9 deletions langlib/jballerina.java/src/main/ballerina/annotations.bal
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,3 @@ public const annotation FieldData FieldSet on source external;
# }
# ```
public const annotation ObjectData Binding on class;

# Identifies a type, class, or function that is used in the Java native code. This annotation should be added by the
# developer if the type, class, or function could be accessed via an `io.ballerina.runtime.api.creators` API such as
# `ValueCreator`.
# ```ballerina
# @java:ExternalDependency
# function foo(int x) returns int => x * 2;
# ```
public const annotation ExternalDependency on source type, source class, source function;

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit a6d484f

Please sign in to comment.