org.jboss.cdi.tck.tests.extensions.lifecycle.atd
Class BravoDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.atd.BravoDecorator
All Implemented Interfaces:
Logger

@Priority(value=2015)
@Decorator
public class BravoDecorator
extends Object
implements Logger


Constructor Summary
BravoDecorator()
           
 
Method Summary
 String log(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BravoDecorator

public BravoDecorator()
Method Detail

log

public String log(String msg)
Specified by:
log in interface Logger


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