From: Robert Varga Date: Thu, 7 Feb 2019 16:53:09 +0000 (+0100) Subject: Reduce JSR305 proliferation X-Git-Tag: release/sodium~146 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=b4bf55727093657662d8c16a50fa85f87978a586;hp=b4bf55727093657662d8c16a50fa85f87978a586 Reduce JSR305 proliferation retention=runtime annotations are mixing really badly with Java EE injection and Java 11. Make sure we do not use javax.annotation package in APIs and reduce overall proliferation inside implementations. Change-Id: I569815f0336efdc0de662c3b80f0fa6e5dd47d8a Signed-off-by: Robert Varga ---