com.supermap.services.components.spi
Annotation Type Property
-
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface PropertyUsed 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.StringpropertyNameThe name of the attribute field.
-