A couple of classes shared between most projects.
|
%!s(int64=3) %!d(string=hai) anos | |
---|---|---|
src | %!s(int64=3) %!d(string=hai) anos | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
COPYING | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
pom.xml | %!s(int64=3) %!d(string=hai) anos |
Just three classes, but used by all the other projects.
Customer
and Award
are simple data objects, and CustomerService
is the
interface implemented by ws-customer-data
web service, and used by the
kie-rules-processes
project to consume that web service.