Skip to content

Commit

Permalink
Moving asm to library instead of built-in JDK classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoukry authored and oshoukry committed May 16, 2021
1 parent 23678f8 commit 8edeaaf
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@

package com.openpojo.validation.utils;

import jdk.internal.org.objectweb.asm.*;

import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Opcodes;

/**
* this class dumps a class that looks like this:
Expand Down

0 comments on commit 8edeaaf

Please sign in to comment.