org.jboss.cdi.tck.interceptors.tests.aroundConstruct.interceptorsAnnotation
Class Bravo

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.aroundConstruct.interceptorsAnnotation.Bravo

@ApplicationScoped
public class Bravo
extends Object


Constructor Summary
Bravo()
           
Bravo(BravoParameter parameter)
           
 
Method Summary
 BravoParameter getParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bravo

public Bravo()

Bravo

@Inject
public Bravo(BravoParameter parameter)
Method Detail

getParameter

public BravoParameter getParameter()


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