Skip to content

Commit 80d1133

Browse files
committed
Allow annotating methods.
1 parent 6b1fdae commit 80d1133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding/src/main/java/ch/cyberduck/binding/Outlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.lang.annotation.ElementType;
2323
import java.lang.annotation.RetentionPolicy;
2424

25-
@java.lang.annotation.Target({ElementType.FIELD})
25+
@java.lang.annotation.Target({ElementType.FIELD, ElementType.METHOD})
2626
@java.lang.annotation.Retention(RetentionPolicy.SOURCE)
2727
public @interface Outlet {
2828
}

0 commit comments

Comments
 (0)