DefinitionException should be thrown during deployment when using e.g following decorator class:
@Decorator
@Priority(10)
public abstract class TimestampLogger implements Logger {
public TimestampLogger(@Delegate @Any Logger logger){
}