com.supermap.services.components.spi

Annotation Type Property



  • @Target(value={FIELD,METHOD})
    @Retention(value=RUNTIME)
    public @interface Property
    
    Used to mark fields on the ProviderSetting or ComponentSetting class. Indicates that the field value is replaced with the specified server attribute if it is not set.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String propertyName
      The name of the attribute field.
    • Element Detail

      • propertyName

        public abstract java.lang.String propertyName
        

        The name of the attribute field.

        Returns:
        The name of the attribute field.