Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed May 29, 2020
1 parent ecbd01f commit 86340b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
package com.facebook.react.module.annotations;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.SOURCE;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;
Expand All @@ -17,7 +16,6 @@
* Annotation for use on {@link com.facebook.react.bridge.BaseJavaModule}s to describe properties
* for that module.
*/
@Retention(SOURCE)
@Target(TYPE)
public @interface ReactModule {
/** Name used to {@code require()} this module from JavaScript. */
Expand Down

0 comments on commit 86340b3

Please sign in to comment.