Skip to content

Commit

Permalink
Reorder alphabetically, add RECORD_COMPONENT
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Sep 11, 2024
1 parent e374d82 commit 79fc48c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* docs]</a>.
*/
public enum ElementType {
ANNOTATION_TYPE, CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE,
PARAMETER, TYPE, TYPE_PARAMETER, TYPE_USE, MODULE,
ANNOTATION_TYPE, CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, MODULE, PACKAGE,
PARAMETER, RECORD_COMPONENT, TYPE, TYPE_PARAMETER, TYPE_USE,
}

0 comments on commit 79fc48c

Please sign in to comment.