InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Conversion Annotation annotation? |
|
Answer» This is a marker annotation for type conversions at Type level. The Conversion annotation must be applied at Type level. Conversion() public class ConversionAction implements Action {}
|
|