Hi.
Sorry for my English.
Maybe some people implemented annotations for allowedFields/disllowedFields in Spring MVC?
I think it is a good idea
Code:public class Project implements Serializable { @DisllowedField private long id; @AllowedField private String title; private String description;



Reply With Quote
