This package stores all the classes related to service declaration.
A service is:
- a method tagged with the {@link laas.openrobots.ontology.service.RPCMethod} annotation...
- that is callable on an instanciated object (typically instanciated in
{@link laas.openrobots.ontology.OroServer})...
- and that takes parameters belonging to {@code Boolean, Integer, Double,
String, Set, List, Map} and returns either one
of these types or any object implementing {@code toString()}.
@see laas.openrobots.ontology.service.RPCMethod
@since 0.6.5