vidakovic commented on code in PR #5622:
URL: https://github.com/apache/fineract/pull/5622#discussion_r3004540693
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/productmix/data/ProductMixRequest.java:
##########
@@ -18,12 +18,19 @@
*/
package org.apache.fineract.portfolio.loanproduct.productmix.data;
+import jakarta.validation.constraints.NotNull;
+import jakarta.validation.constraints.Positive;
import java.io.Serial;
import java.io.Serializable;
import java.util.List;
+import lombok.Data;
-public record ProductMixRequest(List<Long> restrictedProducts) implements
Serializable {
+@Data
+public class ProductMixRequest implements Serializable {
Review Comment:
See my comments on the JAX-RS resource class functions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]