org.jboss.jsr299.tck.tests.decorators.definition.inject.broken.delegateProducerMethod
Class TimestampLogger

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.definition.inject.broken.delegateProducerMethod.TimestampLogger

@Decorator
public class TimestampLogger
extends Object

Author:
pmuir

Constructor Summary
TimestampLogger()
           
 
Method Summary
 void log(String message)
           
 String setLogger(Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampLogger

public TimestampLogger()
Method Detail

setLogger

@Produces
public String setLogger(@Delegate
                                 Logger logger)

log

public void log(String message)


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