Skip to content

Commit

Permalink
fix: workaround PrismSdkInternal
Browse files Browse the repository at this point in the history
- workaround for PrismSdkInternal which is needed for protoBuf in for Iris replacement
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 committed May 13, 2024
1 parent 1613db8 commit 38860cc
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package io.iohk.atala.prism.common

@Retention(AnnotationRetention.BINARY)
@Target(
AnnotationTarget.CLASS,
AnnotationTarget.CONSTRUCTOR,
AnnotationTarget.FUNCTION,
AnnotationTarget.PROPERTY,
AnnotationTarget.PROPERTY_GETTER,
AnnotationTarget.VALUE_PARAMETER,
)
public annotation class PrismSdkInternal

0 comments on commit 38860cc

Please sign in to comment.