This commit is contained in:
Lauri Tulmin 2024-06-27 09:14:22 +03:00 committed by GitHub
parent 4d6b1cdf38
commit 3037865fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import java.lang.invoke.MethodType;
import java.util.function.Function;
import javax.annotation.Nullable;
/** Helper class for reflecting over annotations at runtime.. */
/** Helper class for reflecting over annotations at runtime. */
public class AnnotationReflectionHelper {
private AnnotationReflectionHelper() {}