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 {

}

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