How to Install and Uninstall libspi-java-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libspi-java-doc" package

Here is a brief guide to show you how to install libspi-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libspi-java-doc

2. Uninstall "libspi-java-doc" package

Please follow the step by step instructions below to uninstall libspi-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libspi-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libspi-java-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libspi-java-doc
Priority: extra
Section: universe/doc
Installed-Size: 224
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libspi-java
Version: 0.2.4-1
Filename: pool/universe/libs/libspi-java/libspi-java-doc_0.2.4-1_all.deb
Size: 29356
MD5sum: 9464717aeb5838adc52fc175596ba00b
SHA1: 6f745f84d75a5b11adaea768117c9f37e3afe69d
SHA256: a9459fda83bd61af32d56739f6a9e67d69f5c3e157411bc4fc2fcbc36d6f7e9d
Description-en: Documentation for libspi-java
The usage of the Service Provider Interface in Java is a great way to make your
program more extensible. However, implementing and distributing such an
Interface is error prone.
.
One of the reasons is that the system depends on naming schemes and text files.
The name of an implementation should be put in a text file, located on the
classpath in a folder called META-INF/services/.
.
This project allows the programmer to use an Annotation, @ProviderFor, to flag
a class as an implementation of a certain interface. During compilation, the
necessary files are created at the appropriate locations. Also, the class is
inspected to see if it follows all rules applicable to Service Providers.
Compile time errors will be generated if those rules are broken, assisting the
programmer to create more robust code.
.
This package contains the generated API documentation.
Description-md5: a67b30ffc55d4b40da79d32a1e7e32f9
Homepage: https://github.com/rspilker/spi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu