Description
to reproduce use snipped
@Action(SAFE) @RequiredArgsConstructor public class Invoice_download { private final Invoice invoice; public Blob act() { ... } }
to reproduce use snipped
@Action(SAFE) @RequiredArgsConstructor public class Invoice_download { private final Invoice invoice; public Blob act() { ... } }