-
Bug
-
Resolution: Done
-
Major
-
3.2.0.M1
-
None
Given a decorator like
@Decorator
public abstract class FloodingDecorator implements CodeFragmentManager, Serializable
JBoss Tools errors, telling me "The delegate type must implement or extend the decorated type Serializable [JSR-299 ยง8.1.3]"
However, it doesn't have to implement serializable - the delegate type must be one of the decorated types, not all of them
- relates to
-
CDITCK-178 DecoratorDefinitionTest.testDecoratedTypes() asserts that a superinterface of the decorator bean class is not a decorated type.
-
- Closed
-