Move UIManager annotations to separate package

Summary:
Moves ReactProp and ReactPropGroup to `com.facebook.react.uimanager.annotations`. This is needed
so that future annotation processor can run on code inside the com.facebook.react.uimanager package.

@public

Reviewed By: astreet

Differential Revision: D2754842
This commit is contained in:
Alexander Blom
2016-01-07 03:51:22 -08:00
committed by Ahmed El-Helw
parent 2e773a2cb1
commit 2daf696064
8 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ import javax.annotation.Nullable;
import android.text.SpannableStringBuilder;
import android.text.Spanned;
import com.facebook.react.uimanager.ReactProp;
import com.facebook.react.uimanager.annotations.ReactProp;
/**
* RCTTextInlineImage