Jump to content

IClassTransformer.transform not called


ssreddy2

Recommended Posts

I'm writing a core module that implements IClassTransformer. But when I @Override the transform method, it is never called.

 

For example:

 

public class Core implements IClassTransformer {

 

@Override 

public byte[] transform(String arg0, String arg1, byte[] arg2)

{

// TODO

}

 

}

 

What am I missing? When is this called?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.