org.jboss.cdi.tck.tests.lookup.circular
Class Petrol

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.circular.Petrol

@ApplicationScoped
public class Petrol
extends Object


Field Summary
static boolean success
           
 
Constructor Summary
Petrol()
           
 
Method Summary
 String getName()
           
 String getNameOfCar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

public static boolean success
Constructor Detail

Petrol

public Petrol()
Method Detail

getName

public String getName()

getNameOfCar

public String getNameOfCar()


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