org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator
Class ThiefDecorator
java.lang.Object
org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator.ThiefDecorator
- All Implemented Interfaces:
- Account
@Decorator
public abstract class ThiefDecorator
- extends Object
- implements Account
|
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 |
ThiefDecorator
public ThiefDecorator()
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-2013 Seam Framework. All Rights Reserved.