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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
# Introduction
25
25
I guess it is most powerful preprocessor for Java because it is a multi-pass one and can work with XML files as data sources. The First version of the preprocessor was published in 2003 and it was very actively used for J2ME developments. Modern version can be used for any kind of Java project because it can be used with ANT, MAVEN and Gradle.
Because JDK-9 has supported JEP-238, the preprocessor is useful to generate melti-version JARs, [there is example of a maven plugin](https://github.com/raydac/jep-238-jcp-example).
27
+
Because JDK-9 has supported JEP-238, the preprocessor is useful to generate melti-version JARs, [there is example of a maven project which generates JEP-238 JAR for two versions of JDK](https://github.com/raydac/jep-238-jcp-example).
28
28
29
29
# How to use
30
30
[The Full list of the preprocessor directives can be found in the wiki.](https://github.com/raydac/java-comment-preprocessor/wiki/PreprocessorDirectives)
0 commit comments