We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b498e6 commit 628e0b4Copy full SHA for 628e0b4
rewrite-core/src/main/java/org/openrewrite/config/RecipeDescriptor.java
@@ -20,6 +20,7 @@
20
import lombok.With;
21
import org.openrewrite.Contributor;
22
import org.openrewrite.Maintainer;
23
+import org.openrewrite.NlsRewrite;
24
import org.openrewrite.internal.lang.Nullable;
25
26
import java.net.URI;
@@ -33,8 +34,10 @@ public class RecipeDescriptor {
33
34
@EqualsAndHashCode.Include
35
String name;
36
37
+ @NlsRewrite.DisplayName
38
String displayName;
39
40
+ @NlsRewrite.Description
41
String description;
42
43
Set<String> tags;
0 commit comments