Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Add verification tests for @Init annotation.
Java Common Annotations and APIs v1.00 - Section 1.8.11 - Lines 1290 to 1293:
1290 The @Init annotation type is used to annotate a Java class method that is called when the scope defined for
1291 the local service implemented by the class starts. The method must have a void return value and no
1292 arguments. The annotated method must be public. The annotated method is called after all property and
1293 reference injection is complete.