Make ModuleHolder usable from C++

Reviewed By: AaaChiuuu

Differential Revision: D4924286

fbshipit-source-id: f4d86603cf241ab21f931fed4798acd805d0b5aa
This commit is contained in:
Marc Horowitz 2017-04-20 14:58:59 -07:00 committed by Facebook Github Bot
parent 17020ff9af
commit 38f5b84734

View File

@ -27,6 +27,7 @@ import static com.facebook.systrace.Systrace.TRACE_TAG_REACT_JAVA_BRIDGE;
*
* Lifecycle events via a {@link LifecycleEventListener} will still always happen on the UI thread.
*/
@DoNotStrip
public class ModuleHolder {
private final String mName;