We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4fdb5 commit b4d62edCopy full SHA for b4d62ed
1 file changed
extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations/Experimental.kt
@@ -15,5 +15,4 @@ package org.pytorch.executorch.annotations
15
* This status is not permanent, and APIs marked with this annotation will need to be either made
16
* more robust or removed in the future.
17
*/
18
-@Retention(AnnotationRetention.BINARY)
19
-annotation class Experimental
+@Retention(AnnotationRetention.BINARY) annotation class Experimental
0 commit comments