com.supermap.services.components.spi

Annotation Type ExportingInterface



  • @Target(value=TYPE)
    @Retention(value=RUNTIME)
    public @interface ExportingInterface
    

    Used to mark the interface that represents the remote call on the Provider.

    Since:
    8.0.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.Class<?> value 
    • Element Detail

      • value

        public abstract java.lang.Class<?> value