Skip to content

Commit

Permalink
little note about callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 10, 2009
1 parent 20d2215 commit 3117412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/en-US/intro.xml
Expand Up @@ -717,6 +717,9 @@ class ShoppingCart implements Serializable { ... }]]></programlisting>
interfaces it implements directly or indirectly.</para>

<para>If a managed bean has a public field, it must have the default scope <literal>@Dependent</literal>.</para>

<para>Managed beans support the <literal>@PostConstruct</literal> and <literal>@PreDestroy</literal> lifecycle
callbacks.</para>

<para>
Session beans are also, technically, managed beans. However, since they have their own special lifecycle and
Expand Down

0 comments on commit 3117412

Please sign in to comment.