Skip to content

Commit 0e9cb26

Browse files
committed
updated readme
1 parent f13675e commit 0e9cb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Introduction
2525
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.
2626
![Features](https://raw.githubusercontent.com/raydac/java-comment-preprocessor/master/assets/doc1.png)
27-
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).
2828

2929
# How to use
3030
[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

Comments
 (0)