Bind to org.eclipse.jdt.annotation 62/107562/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 29 Aug 2023 18:57:32 +0000 (20:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 29 Aug 2023 18:57:32 +0000 (20:57 +0200)
commit8c0fd5de17844c200678ab9cb0bdd5c97be61e96
tree828941dfab2bce14a274afb9a2368376034b3b42
parent5e812a0b5c7bd875bd14001e325de66497ee134b
Bind to org.eclipse.jdt.annotation

We are using these annotations with scope=compile, hence we can safely
binding to the classes at runtime. Fixes a few Sonar warnings.

Change-Id: I793b847d9d25086e32158f333d8c5c155e554568
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/JavaFileTemplate.java