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
 Class specification
          Sets the targeted specification.
 boolean value
          Sets the initial value of the controller.
 

value

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

Default:
true

specification

public abstract Class specification
Sets the targeted specification. If not set, target all specifications.

Default:
java.lang.Object.class


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