Use AndroidX GuardedBy annotation in favor of Javax GuardedBy annotation

Summary: Use AndroidX GuardedBy annotation in favor of Javax GuardedBy annotation

Reviewed By: ejanzer

Differential Revision: D16234167

fbshipit-source-id: 7f818d20b332a866926f80275b4c8a7489d4c6d3
This commit is contained in:
David Vacca
2019-07-12 18:46:53 -07:00
committed by Facebook Github Bot
parent 9645328606
commit 1914d9a4c0
9 changed files with 10 additions and 8 deletions
@@ -5,7 +5,7 @@
package com.facebook.react.bridge;
import javax.annotation.concurrent.GuardedBy;
import androidx.annotation.GuardedBy;
/**
* Wrapper for JavaScriptContext native pointer. CatalystInstanceImpl creates this on demand, and