[Minor] Added JsonServiceArgument.objectType

This commit is contained in:
Robert von Burg 2019-03-13 15:21:49 +01:00
parent d3ffce4089
commit dc9e1d09f1
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ import li.strolch.service.api.ServiceArgument;
* @author Robert von Burg <eitch@eitchnet.ch>
*/
public class JsonServiceArgument extends ServiceArgument {
/**
* the objectType - its context is defined by the service
*/
public String objectType;
/**
* the objectId - its context is defined by the service
*/