diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-18 17:43:42 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-18 17:43:42 +0100 |
commit | eea87d367f33b7c45b453f84227102057d3ca112 (patch) | |
tree | 78d09929f888b95540eed635cd9a131c33556044 /src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java | |
parent | 344e66061b31a83f7ace2ab887e80f782f560297 (diff) |
chore: fixed javadocs0.3.0
Diffstat (limited to 'src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java')
-rw-r--r-- | src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java b/src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java index 18f9ed6..fe64488 100644 --- a/src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java +++ b/src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java @@ -97,6 +97,8 @@ public class JavaPoetUtils { * Builds a (partial, not including the return type) method descriptor from its parameters * @param ann the annotation containing the class * @param fun the annotation function returning the class + * @param elementUtils the {@link Elements} containing utils for the current processing environment + * @param <T> the type of the annotation carrying the information * @return the method descriptor */ public static <T extends Annotation> String methodDescriptorFromParams(T ann, Function<T, Class<?>[]> fun, Elements elementUtils) { |