org.jboss.cdi.tck.tests.lookup.el
Class Game

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.el.Game

@Named
public class Game
extends Object


Constructor Summary
Game()
           
 
Method Summary
 String getValue()
           
 void initialize(Counter counter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
Method Detail

initialize

@Inject
public void initialize(Counter counter)

getValue

public String getValue()


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