Find the word definition

Wikipedia
POJI

Acronym for Plain Old Java Interfaces.

A POJI corresponds to a Java standard interface. They are usually used in the JEE context to provide services. As an example, the services in OSGI are offered through Plain Old Java Interfaces.

See also POJO