org.jboss.cdi.tck.tests.context.passivating.injection.point
Class Meal

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.injection.point.Meal

@RequestScoped
public class Meal
extends Object

All beans with normal scope are passivation capable dependencies.


Constructor Summary
Meal()
           
 
Method Summary
 String getId()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meal

public Meal()
Method Detail

init

@PostConstruct
public void init()

getId

public String getId()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.