Skip to content

Commit

Permalink
openapi annotation needs to be retained
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Apr 6, 2021
1 parent c8584db commit 267b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acra-javacore/src/main/java/org/acra/annotation/OpenAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package org.acra.annotation
import java.lang.annotation.Inherited


@Retention(AnnotationRetention.SOURCE)
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS)
@Inherited
annotation class OpenAPI

0 comments on commit 267b18f

Please sign in to comment.