From 24a40df51e77abd0d127f8055f8ee9681630f623 Mon Sep 17 00:00:00 2001 From: Peter Oxenham Date: Wed, 11 Feb 2015 09:48:52 +1000 Subject: [PATCH] Added @Documented to all step annotations --- java/src/main/code_generator/I18n.java.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/src/main/code_generator/I18n.java.txt b/java/src/main/code_generator/I18n.java.txt index 7b4e016c9d..a617ea213e 100644 --- a/java/src/main/code_generator/I18n.java.txt +++ b/java/src/main/code_generator/I18n.java.txt @@ -6,10 +6,12 @@ import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; +import java.lang.annotation.Documented; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) @StepDefAnnotation +@Documented public @interface ${kw} { /** * @return a regular expression