Skip to content

Commit

Permalink
yes i do need to save a whole 11 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Jun 15, 2024
1 parent e1cf1db commit dbd71b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private fun processClassFile(bytes: ByteArray, mappings: MemoryMappingTree): Byt

val strippableAnnotations = setOf(
"Lorg/spongepowered/asm/mixin/Dynamic;",
"Lorg/spongepowered/asm/mixin/Final;",
"Ljava/lang/SafeVarargs;",
)
val canStripAnnotation = { annotationNode: AnnotationNode ->
Expand Down

0 comments on commit dbd71b2

Please sign in to comment.