How to Install libscannotation-java in Ubuntu 18.04



Install libscannotation-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libscannotation-java

Description:

Java annotation scanner

Scannotation is a Java library that creates an annotation database from a set of class files. It gives you APIs that allow you to find archives in your classpath or WAR (web application) that you want to scan, then automatically scans them without loading each and every class within those archives.

Homepage: http://scannotation.sourceforge.net

Version: 1.0.2+svn20110812-3

Section: universe/java