Package 

Annotation ReactModuleList

  • 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.
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait