Skip to content

Commit

Permalink
SNAPSHOT :: v0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Oct 17, 2024
1 parent a801bf5 commit 318c950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/smoodi/core/util/AnnotationUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import java.lang.reflect.Method;
import java.util.*;

public class AnnotationUtils {
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public final class AnnotationUtils {

private static final List<Class<? extends Annotation>> METADATA_ANNOTATIONS = List.of(
Target.class,
Expand Down

0 comments on commit 318c950

Please sign in to comment.