I investigate guava library for java.
reading different materials I faced with @Nullable annotation.
I added guava jar file to classpath but my IDE(eclipse) say:
Nullable cannot be resolved to a type
But if I ctrl + click on Nullable I see blue underline and see next after:
source not found
maybe it is problem with eclipse - I don't know and this annotation located in another location.
But additionally I cannot understand situation when I should to use this annotation.