mirror of
https://github.com/corda/corda.git
synced 2025-02-07 03:29:19 +00:00
When the class whose field is to be inspected has no annotations at all, at least my javac here (1.6.0_51 on MacOSX) does not produce any class addendum. Therefore, let's verify that the addendum is not null before proceeding. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>