Fix annotation positions
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 8 Apr 2019 15:40:40 +0000 (17:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 8 Apr 2019 20:02:10 +0000 (22:02 +0200)
commit1fa8ad3bdc3bd1d045460f15f9b09386d3cd1851
tree3b92232e83133c3d08e932a5d5b777372bba0f7a
parent82ff3417ff1e2b69f60d7c382445677ac6017bfe
Fix annotation positions

errorprone is complaining a bit about non-TYPE_USE annotations
being in the wrong place. Fix up most of the violations, omitting
@Nullable, as that is pending migration to JDT, which will fix
those warnings.

Change-Id: I3a8f076f64192b675168af462656576f085a5522
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
inject-guice-testutils/src/test/java/org/opendaylight/infrautils/inject/guice/testutils/tests/ExampleGuiceRuleTest.java