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


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

Allows to define multiple Property annotations for one type.


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

Element Detail

value

public abstract Property[] value
List of Property annotations.



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