@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
|
java.lang.String |
name
Set the property name.
|
java.lang.String |
value
Set the property value.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.