We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfefa4 commit 40a475aCopy full SHA for 40a475a
1 file changed
src/main/java/org/bbottema/javareflection/model/MethodParameter.java
@@ -1,12 +1,14 @@
1
package org.bbottema.javareflection.model;
2
3
+import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
4
import lombok.Value;
5
6
import java.lang.annotation.Annotation;
7
import java.lang.reflect.Type;
8
import java.util.Collection;
9
10
@Value
11
+@SuppressFBWarnings(justification = "Generated code")
12
public class MethodParameter {
13
final int index;
14
final Class<?> type;
0 commit comments