@Retention(value=CLASS)
@Target(value={})
public @interface Option
Option information for an AttributeDefinition.AttributeDefinition.options()| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The value of this Option.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
label
The human readable label of this Option.
|
public abstract java.lang.String value
public abstract java.lang.String label
If not specified, the label of this Option is the empty string.
If the label begins with the percent sign ('%' \u0025), the
label can be localized.
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0