Skip to content

Commit

Permalink
[Core] Restrict StepDefAnnotation to Annotations
Browse files Browse the repository at this point in the history
Fixes #1437
  • Loading branch information
mpkorstanje committed Aug 28, 2018
1 parent e2d0a37 commit 153ecb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
import java.lang.annotation.Target;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Target(ElementType.ANNOTATION_TYPE)
public @interface StepDefAnnotation {
}

0 comments on commit 153ecb7

Please sign in to comment.