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 {}


Discussion

No Comment Found