You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Document supported java versions
Tracking changes in supported java in net.bytebuddy.ClassFileVersion and adding the next released version.
* Document supported java versions
Integrate: Min Supported Java Version
In order to use Byte Buddy, one does not require an understanding of Java byte code or
24
44
the [class file format](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html). In contrast, Byte Buddy’s API
25
45
aims for code that is concise and easy to understand for everybody. Nevertheless, Byte Buddy remains fully customizable
0 commit comments