Ok, so this annotation was added for better OSGi support as per:
https://github.com/FasterXML/jackson-core/issues/768
but would not want to add a requirement for non-OSGi users to have a
dependency to OSGi annotations.
Is there some actual problem here, or just general concern it might be
problematic? My understanding of Java annotation
handling is that JVM, JDK and class loaders must assume that
annotation definitions may well not be available in many cases.
And so missing should not be considered an error condition.
-+ Tatu +-