@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @IndexAnnotated @RulesetAnnotation(name="MISRA C:2012", rules=EMisraC2012Rule.class) @Repeatable(value=RulesetMisraC2012Repeater.class) public @interface RulesetMisraC2012
Modifier and Type | Required Element and Description |
---|---|
EMisraC2012Rule |
value
The value.
|
public abstract EMisraC2012Rule value