Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Add verification tests for @Destroy annotation.
Java Common Annotations and APIs v1.00 - Sec 1.8.8 - Lines 1225 to 1227:
1225 The @Destroy annotation type is used to annotate a Java class method that will be called when the scope
1226 defined for the local service implemented by the class ends. The method must have a void return value and
1227 no arguments. The annotated method must be public