-
Feature Request
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
None
It would be nice if we could create abstract classes with a @Destroy annotated method. While it appears possible to do this, the IDE complains that only components can have a @Destroy method, which is correct, but the class is abstract and will be subclassed as a component elsewhere. I think it will compile, deploy and run, but it puts several lines of red squiggles in the code which is distracting.
I'm requesting that the class be allowed to pass the validation if it is marked as abstract.
- relates to
-
JBIDE-794 @Create in base abstract class validation error
-
- Closed
-