Skip to content

Commit

Permalink
@sessionscoped implements serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 9, 2009
1 parent d4c9ba6 commit 3523825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/en-US/producermethods.xml
Expand Up @@ -59,7 +59,7 @@
</para>

<programlisting role="JAVA"><![CDATA[@SessionScoped
public class Preferences {
public class Preferences implements Serializable {
private PaymentStrategyType paymentStrategy;
...
@Produces @Preferred
Expand Down

0 comments on commit 3523825

Please sign in to comment.