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


@Target(value={FIELD,METHOD})
public @interface ServiceProperty

This annotation declares a service property. It can target both fields and methods.

Author:
Felix Project Team

Optional Element Summary
 java.lang.String name
          Set the property name.
 java.lang.String value
          Set the property value.
 

name

public abstract java.lang.String name
Set the property name. Default : empty

Default:
""

value

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

Default:
""