Skip to content

Commit

Permalink
HV-858 Avoiding warning from Weld regarding supported targets of inte…
Browse files Browse the repository at this point in the history
…rceptor binding annotation
  • Loading branch information
gunnarmorling authored and hferentschik committed Feb 4, 2014
1 parent 2003eaf commit 37a7f60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
* @author Hardy Ferentschik
* @author Gunnar Morling
*/
@Target({ ElementType.METHOD, ElementType.TYPE, ElementType.CONSTRUCTOR })
@Target({ ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
@InterceptorBinding
public @interface MethodValidated {
Expand Down

0 comments on commit 37a7f60

Please sign in to comment.