@Target(value={FIELD,ANNOTATION_TYPE}) public @interface ServiceProperty
Modifier and Type | Optional Element and Description |
---|---|
boolean |
immutable
Is the service property immutable ?
An immutable property MUST have a value
Default false
|
boolean |
mandatory
Is the property mandatory?
Default: false
|
String |
name
Set the property name.
|
String |
value
Set the property value.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.