Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 7d83c23

Browse files
authored
Allow @MvcBinding on methods (#144)
1 parent 9d1be41 commit 7d83c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/javax/mvc/binding/MvcBinding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @since 1.0
4646
*/
4747
@Retention(RetentionPolicy.RUNTIME)
48-
@Target({ElementType.PARAMETER, ElementType.FIELD})
48+
@Target({ElementType.PARAMETER, ElementType.METHOD, ElementType.FIELD})
4949
@Documented
5050
public @interface MvcBinding {}
5151

0 commit comments

Comments
 (0)