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


@Target(value=FIELD)
public @interface ServiceController

This annotation declares a service controller.

Author:
Felix Project Team

Optional Element Summary
 boolean value
          Sets the initial value of the controller.
 

value

public abstract boolean value
Sets the initial value of the controller.

Default:
true


Copyright © 2006-2010 The Apache Software Foundation. All Rights Reserved.