We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4444a commit 7701b41Copy full SHA for 7701b41
binding/src/main/java/ch/cyberduck/binding/Outlet.java
@@ -22,7 +22,7 @@
22
import java.lang.annotation.ElementType;
23
import java.lang.annotation.RetentionPolicy;
24
25
-@java.lang.annotation.Target({ElementType.FIELD})
+@java.lang.annotation.Target({ElementType.FIELD, ElementType.METHOD})
26
@java.lang.annotation.Retention(RetentionPolicy.SOURCE)
27
public @interface Outlet {
28
}
0 commit comments