@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Repeatable(value=Features.class)
@LabelAnnotation(name="feature")
public @interface Feature
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |