All Downloads are FREE. Search and download functionalities are using the official Maven repository.

li.strolch.service.StrolchElementArgument Maven / Gradle / Ivy

package li.strolch.service;

import li.strolch.model.StrolchElement;
import li.strolch.service.api.ServiceArgument;

public class StrolchElementArgument extends ServiceArgument {
	private static final long serialVersionUID = 1L;
	public StrolchElement element;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy