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

fb-gh-sync-id: 3808c3e3f6c45e5897ecab88cd4175573c0c24e6
This commit is contained in:
Alexander Blom
2016-01-07 03:51:22 -08:00
committed by facebook-github-bot-4
parent 23cd9febbc
commit c1b7a369af
26 changed files with 38 additions and 32 deletions

View File

@@ -7,6 +7,7 @@ import android.os.Build;
import android.view.View;
import com.facebook.react.bridge.ReadableMap;
import com.facebook.react.uimanager.annotations.ReactProp;
/**
* Base class that should be suitable for the majority of subclasses of {@link ViewManager}.