org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.parameterized
Class TimestampLogger

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.parameterized.TimestampLogger
All Implemented Interfaces:
EnhancedLogger<String>, Logger

@Decorator
public abstract class TimestampLogger
extends Object
implements Logger, EnhancedLogger<String>

Author:
pmuir

Constructor Summary
TimestampLogger()
           
 
Method Summary
 void log(String text)
           
 
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

log

public void log(String text)
Specified by:
log in interface Logger


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