File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ During the new version release:
18
18
field; copy the added changelog section into the release details field.
19
19
20
20
### Java 5 package
21
- We generate annotations-java5 package for legacy clients this package cannot use ElementType.TYPE_USE.
22
- It's generated from common/src sources stripping the ` , ElementType.TYPE_USE ` substring from files.
21
+ We generate annotations-java5 package for legacy clients. This package cannot use ElementType.TYPE_USE
22
+ which appeared in Java 8. The Java 5 package is generated from common/src sources
23
+ stripping the ` , ElementType.TYPE_USE ` substring from files.
23
24
So no Java features that appear in Java 6 or higher except ` ElementType.TYPE_USE ` should be used in common/src.
24
25
New TYPE_USE annotations should be created in java8/src. They will not appear in annotations-java5 package.
25
26
You can’t perform that action at this time.
0 commit comments