Skip to content

Commit

Permalink
Add @ActualType
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Jul 17, 2021
1 parent b59ef7d commit bb38b33
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package io.tunabytes.bytecode.introspect;

import org.objectweb.asm.Type;
import org.objectweb.asm.tree.FieldNode;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.ToString;
import org.objectweb.asm.tree.FieldNode;

@Getter
@AllArgsConstructor
Expand Down

0 comments on commit bb38b33

Please sign in to comment.