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


@Property(options=@PropertyOption(name="you",value="something"))
@Target(value=ANNOTATION_TYPE)
@Retention(value=SOURCE)
@Documented
public @interface PropertyOption

Defines a Property option.


Required Element Summary
 String name
          Name of the option
 String value
          Value of the option
 

Element Detail

name

public abstract String name
Name of the option


value

public abstract String value
Value of the option



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