@Target(value={})
public @interface StaticServiceProperty
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Set the property name.
|
java.lang.String |
type
Set the type.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
immutable
Is the property immutable ?
An immutable property MUST have a value
Default: false
|
boolean |
mandatory
Is the property mandatory?
Default: false
|
java.lang.String |
value
Set the property value.
|
public abstract java.lang.String name
public abstract java.lang.String type
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.