Object

Qi4j recognizes that not all applications will be written from scratch, and that integration with existing Java applications and libraries are necessary. For this purpose, there is a special Object concept.

Objects are standard POJOs with or without some of Qi4j specific semantics, such as @Service injections. Objects are created with the ObjectBuilder. Object classes must be declared for each Module they are used, and therefor abide by the Visibility rules.

Powered by SiteVisionexternal link.