Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-dev] Naming Question: Sisu/Guice/JSR330 equivalent of Plexus component

Hi,
In Plexus a Java object which is managed (i.e. auto-created by the container) is called “component”.
What is the equivalent name for objects annotated with “@Named” (i.e. implicitly created by the container).
Is it “container", "managed bean" or something completely different?

Guice documentation just refers to “objects" but this naming doesn’t allow to differentiate between manually created objects or container-managed ones.

Thanks in advance,
Konrad



Back to the top