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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
+ modification can be both extending and altering in relation to target method body;
6
6
+ both application and third-party (library) code can be modified.
7
7
8
-
:information_source:Internally jMint is a wrapper around [Javassist](http://jboss-javassist.github.io/javassist/) byte code manipulation library. The latter is used to compile source code and modify byte code whilst jMint itself exposes developer-friendly interface and preprocesses the input data.
8
+
:information_source:In a nutshell jMint is a wrapper around [Javassist](http://jboss-javassist.github.io/javassist/) byte code manipulation library. The latter is used to compile source code and modify byte code whilst jMint itself exposes developer-friendly interface and preprocesses the input data.
9
9
:warning: jMint is not a hacking tool and therefore doesn't contain any facilities to break the protection of classes (if any). It also knows nothing about legal aspects so that before deploying a modified application or library please make sure you do not violate its license.
10
10
11
11
## What is it for?
@@ -65,7 +65,7 @@ Note that the parameter may be specified in various forms: `asFinally`, `AS_FINA
65
65
For more info on droplets see Usage section.
66
66
67
67
## Download
68
-
Current version: [jmint-1.2.jar](https://github.com/Toparvion/jmint/releases/download/v1.3/jmint-1.3.jar).
68
+
Current version: [jmint-1.4-beta.jar](https://github.com/Toparvion/jmint/releases/download/v1.4-beta/jmint-1.4-beta.jar).
69
69
:information_source: Description of current version is available on the [Latest Release page](https://github.com/Toparvion/jmint/releases/latest).
0 commit comments