commit | 38685f4b1af65d491d64e078ab5d29909f472703 | [log] [tgz] |
---|---|---|
author | Michael Keppler <Michael.Keppler@gmx.de> | Tue Jun 04 07:46:21 2019 +0200 |
committer | Michael Keppler <michael.keppler@gmx.de> | Tue Jun 04 01:48:48 2019 -0400 |
tree | c245c86439b19a10fab85b9c3cd46520cc17b0f6 | |
parent | e6ac9386621b59e1695df2ea778a9c6c7e98788d [diff] |
enforce JDT type annotations When using null annotations, there are pre Java 8 annotations and Java 8 type annotations. Enforce using type annotations by requiring version 2.0.0 or higher of the annotations bundle, as suggested in the user guide. This avoids that app4mc is used in a context where only pre Java 8 annotations are available. Change-Id: Ibfd1614a6231abc594e58a3cc18aae9bfce05e53 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>