Remove @CountEnum from OSS classes

Summary: Back out D9614432 and partially revert D9623235 to unbreak OSS.

Reviewed By: hramos

Differential Revision: D9779548

fbshipit-source-id: 931c4987ed5acbae3790c42717662fed77599335
This commit is contained in:
Emily Janzer
2018-09-11 16:31:46 -07:00
committed by Facebook Github Bot
parent 1151c096da
commit 2869117127
26 changed files with 0 additions and 57 deletions
@@ -7,8 +7,6 @@
package com.facebook.react.common;
import com.facebook.thecount.api.CountEnum;
/**
* Lifecycle state for an Activity. The state right after pause and right before resume are the
* basically the same so this enum is in terms of the forward lifecycle progression (onResume, etc).
@@ -20,7 +18,6 @@ import com.facebook.thecount.api.CountEnum;
* STARTED,
* RESUMED
*/
@CountEnum
public enum LifecycleState {
BEFORE_CREATE,
BEFORE_RESUME,