We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581301f commit 746b641Copy full SHA for 746b641
1 file changed
src/main/java/org/scijava/annotations/IndexItem.java
@@ -85,6 +85,7 @@ private static <A extends Annotation> A proxy(final Class<A> annotation,
85
return (A) Proxy.newProxyInstance(loader, new Class<?>[] { annotation },
86
new InvocationHandler() {
87
88
+ @Override
89
public Object invoke(Object proxy, Method method, Object[] args)
90
throws Throwable
91
{
0 commit comments