1.

What Is The Purpose Of @createifnull Annotation Annotation?

Answer»

This annotation sets the CreateIfNull for type CONVERSION. The CreateIfNull annotation must be applied at field or METHOD level.

@CreateIfNull( value = true )

private List<User> users;

This annotation sets the CreateIfNull for type conversion. The CreateIfNull annotation must be applied at field or method level.

@CreateIfNull( value = true )

private List<User> users;



Discussion

No Comment Found