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


@Target(value=ANNOTATION_TYPE)
@Retention(value=CLASS)
@Documented
public @interface PropertyOption

Defines a Property option.


Required Element Summary
 java.lang.String name
          Name of the option
 java.lang.String value
          Value of the option
 

Element Detail

name

public abstract java.lang.String name
Name of the option


value

public abstract java.lang.String value
Value of the option



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