Xsasan

Results 1 issues of Xsasan

I have a ValueBean with managedAttribute of type LocalDate: ``` @ManagedAttribute @Override public LocalDate getMyDate() { return myDate; } @ManagedAttribute public void setMyDate(final LocalDate myDate) { this.myDate = myDate; }...