Annotation Type ProvisioningConfig
-
@Documented @Retention(RUNTIME) @Target({}) public @interface ProvisioningConfig
Annotation that denotes a feature provisioning configuration.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ProvisioningField[]
fields
The fields for this configuration.ProvisioningProfile
profile
The profile where this configuration is stored.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
displayName
Optional config display name to differentiate multiple configurations.java.lang.String
name
Optional config name to differentiate multiple configurations.int
order
Optional explicit order in which to display this configuration in relation to other configuration or address lists for this feature.java.lang.String
type
Optional config type to differentiate multiple configurations.
-
-
-
Element Detail
-
fields
ProvisioningField[] fields
The fields for this configuration.
-
-
-
profile
ProvisioningProfile profile
The profile where this configuration is stored.
-
-
-
order
int order
Optional explicit order in which to display this configuration in relation to other configuration or address lists for this feature.
Configuration or address lists with a lower order value will be displayed before those with a higher value.
Defaults to 0, with configuration appearing before address lists, sorted in declaration order.
- Default:
- 0
-
-