-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = SOURCE)@Target(value = TYPE) public @interface ReactModuleList
Annotates a function that returns a list of ModuleSpecs from which we get a list of NativeModules to create ReactModuleInfos from.
-
-
Method Summary
Modifier and Type Method Description abstract Array<Class<out NativeModule>>
nativeModules()
The Native modules in this list should be annotated with ReactModule. -
-
Method Detail
-
nativeModules
abstract Array<Class<out NativeModule>> nativeModules()
The Native modules in this list should be annotated with ReactModule.
-
-
-
-