org.apache.felix.ipojo.annotations
Annotation Type StaticServiceProperty


public @interface StaticServiceProperty

This annotation declares a static service property.

Author:
Felix Project Team

Required Element Summary
 String name
          Set the property name.
 String type
          Set the type.
 
Optional Element Summary
 boolean mandatory
          Is the property mandatory? Default: false
 String value
          Set the property value.
 

Element Detail

name

public abstract String name
Set the property name. This name is mandatory for static properties.


type

public abstract String type
Set the type. This value is required only for static properties.

value

public abstract String value
Set the property value. Default : empty

Default:
""

mandatory

public abstract boolean mandatory
Is the property mandatory? Default: false

Default:
false


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.