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

Last updated: November 25,2024

1. Install "libsezpoz-java-doc" package

This guide covers the steps necessary to install libsezpoz-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsezpoz-java-doc" package

This is a short guide on how to uninstall libsezpoz-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsezpoz-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 457
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: sezpoz
Version: 1.10-2
Depends: default-jdk-doc
Suggests: libsezpoz-java
Filename: pool/universe/s/sezpoz/libsezpoz-java-doc_1.10-2_all.deb
Size: 87518
MD5sum: 43e1f84827758af009565b1e05a7cdba
SHA1: 4919dca1435c02de46daf09e4bba1885039648ce
SHA256: d504c50c1bf16414cfde75131d027609d5c18244756bae2bd0ff0fd28f7a714c
Description-en: Documentation for SezPoz
SezPoz is a lightweight and simple-to-learn library that lets you perform
modular service lookups. It provides some of the same capabilities as
(for example) java.util.ServiceLoader, Eclipse extension points, and NetBeans
Lookup and XML layers. However, SezPoz has some special advantages:
.
* The service registrations are made just using type-checked Java
annotations. There are no configuration files to edit, and your
Java IDE can show you registrations since they are simply usages
of an annotation.
* You can register individual objects (values of static fields or
methods) instead of whole classes.
* You can associate static metadata with each implementation, using
regular annotation values. The caller can choose to inspect the
metadata without loading the actual implementation object
(as with Eclipse extension points).
.
This package provides the API documentation for libsezpoz-java.
Description-md5: 12779bab97678feb63b29fd4c912b366
Homepage: https://github.com/jglick/sezpoz
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu