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

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

@ApplicationScoped
public class Counter
extends Object


Constructor Summary
Counter()
           
 
Method Summary
 void add()
           
 int getCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

add

public void add()

getCount

public int getCount()


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