Skip to content

Commit

Permalink
Merge pull request #532 from AVSystem/javaapi
Browse files Browse the repository at this point in the history
Add JavaApi annotation
  • Loading branch information
ddworak authored Jan 17, 2024
2 parents b1dc491 + eb7fb9e commit ce980cc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.avsystem.commons
package jiop

/**
* Marks Scala method which exists only for Java compatibility / interoperability
*/
class JavaApi extends StaticAnnotation

0 comments on commit ce980cc

Please sign in to comment.