harrybin

Results 5 comments of harrybin

```java .load(ClassLoader.getSystemClassLoader(), ClassLoadingStrategy.Default.INJECTION); ``` So it works. By passing ClassLoadingStrategy.Default.INJECTION. the default ```ClassLoadingStrategy.Default.WRAPPER``` use another ByteArrayClassLoader and it's parent is SystemLoader.

Thanks for answering questions and considering Suggestions

The examples from Section "Accessing fields" of this tutorial (http://bytebuddy.net/#/tutorial) will not work in version 1.9.13. When running to ```java InstanceCreator factory = new ByteBuddy() .subclass(InstanceCreator.class) .method(not(isDeclaredBy(Object.class))) .intercept(MethodDelegation.toConstructor(dynamicUserType)) .make() .load(I.class.getClassLoader())...

in @Argumen$Binder#bind(...) : ```java Argument argument = annotation.loadSilent(); if (argument.value() < 0) { throw new IllegalArgumentException("@Argument annotation on " + target + " specifies negative index"); } else if (source.getParameters().size()