
net.zeroinstall.model.impl.RecipeStepImpl Maven / Gradle / Ivy
/*
* XML Type: recipe-step
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.RecipeStep
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model.impl;
/**
* An XML recipe-step(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public class RecipeStepImpl extends net.zeroinstall.model.impl.FeedElementImpl implements net.zeroinstall.model.RecipeStep
{
private static final long serialVersionUID = 1L;
public RecipeStepImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy