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


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

Allows to define multiple Reference annotations for one type.


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

Element Detail

value

public abstract Reference[] value
List of Reference annotations.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.