org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator
Class ThiefDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator.ThiefDecorator
All Implemented Interfaces:
Account

@Decorator
public abstract class ThiefDecorator
extends Object
implements Account


Constructor Summary
ThiefDecorator()
           
 
Method Summary
abstract  void doSomethingAbstract()
          This abstract method is invalid since it is not declared by decorated type.
 void withdraw()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThiefDecorator

public ThiefDecorator()
Method Detail

withdraw

public void withdraw()
Specified by:
withdraw in interface Account

doSomethingAbstract

public abstract void doSomethingAbstract()
This abstract method is invalid since it is not declared by decorated type.



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