Skip to content

Commit

Permalink
Convert helper class to non-instantiable enum utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 22, 2024
1 parent 7a469d1 commit b82363e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @see J.Annotation
*/
public final class AnnotationArguments {
public enum AnnotationArguments {;

/**
* Extracts all assignments with the given argument name from the annotation
Expand Down

0 comments on commit b82363e

Please sign in to comment.