/usr/share/doc/janino/README.Debian is in janino 2.7.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | Janino enables your application to compile Java code at runtime. It's useful
where parts of code change often (i.e. business logic) or as a scripting engine
that integrates seamlessly with your (Java) application. These and other use
cases are discussed at http://janino.net/use.html .
You may want to examine some examples, installed to
/usr/share/doc/janino/samples/ .
Janino can also act as a drop-in for javac, although this is mainly useful if
you want to test if Janino compiles your code without any problems instead of
using it as a replacement for a "real" Java compiler. For more information on
janinoc, the command line interface, type "man janinoc" or run "janinoc -help".
|