[New] New StringArgument

This commit is contained in:
Robert von Burg 2019-03-07 14:27:56 +01:00
parent 5520180254
commit e4cad10afc
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package li.strolch.service;
import li.strolch.service.api.ServiceArgument;
public class StringArgument extends ServiceArgument {
public String value;
}