org.apache.felix.scr.annotations
Annotation Type Services


@Target(value=TYPE)
@Retention(value=SOURCE)
@Documented
public @interface Services

Allows to define multiple Service annotations for one type.


Required Element Summary
 Service[] value
          List of Service annotations.
 

Element Detail

value

public abstract Service[] value
List of Service annotations.



Copyright © 2011 Apache Software Foundation. All Rights Reserved.