Package org.ocpsoft.rewrite.annotation
Annotation Type Rule
Sets the ID of the current
Rule. Same as calling RuleBuilder.withId(String). This is an optional
annotation, as rules do not require names.- Author:
- Christian Kaltepoth
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe ID of the rule.
-