All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.facebook.react.bridge.SupportsWebWorkers Maven / Gradle / Ivy

There is a newer version: 0.52.u
Show newest version
// Copyright 2004-present Facebook. All Rights Reserved.

package com.facebook.react.bridge;

import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * Annotation indicating that a JS module should be made available to web
 * workers spawned by the main JS executor.
 */
@Retention(RUNTIME)
public @interface SupportsWebWorkers {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy