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

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

@Priority(value=2013)
@Decorator
public class AlphaDecorator
extends Object
implements Logger


Constructor Summary
AlphaDecorator()
           
 
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

AlphaDecorator

public AlphaDecorator()
Method Detail

log

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


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