From ed58bb4d580a45d0e47bbf94bc20ed0ba9f6e3cc Mon Sep 17 00:00:00 2001 From: squid233 <60126026+squid233@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:07:31 +0800 Subject: [PATCH] Fix javadoc --- src/main/java/overrun/marshal/internal/Processor.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/java/overrun/marshal/internal/Processor.java b/src/main/java/overrun/marshal/internal/Processor.java index 4dd168f..bc2f282 100644 --- a/src/main/java/overrun/marshal/internal/Processor.java +++ b/src/main/java/overrun/marshal/internal/Processor.java @@ -136,7 +136,12 @@ protected boolean isUpcall(TypeMirror typeMirror) { /** * Add an annotation * - * @param annotation annotation + * @param annotatable annotatable + * @param annotation annotation + * @param tClass tClass + * @param function function + * @param annotation type + * @param value */ protected void addAnnotationValue(Annotatable annotatable, T annotation, Class tClass, Function function) { if (annotation != null) {