When I compile, javac outputs:
Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.`
use nowarn attribute see below
e.g.
by default nowarn attribute is off