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

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

@ApplicationScoped
public class NormalSelfConsumingDependentProducer
extends Object


Constructor Summary
NormalSelfConsumingDependentProducer()
           
 
Method Summary
 void ping()
           
 Violation produceViolation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalSelfConsumingDependentProducer

public NormalSelfConsumingDependentProducer()
Method Detail

produceViolation

@Produces
@SelfConsumingDependent1
public Violation produceViolation()

ping

public void ping()


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