Details | Last modification | View Log | RSS feed
package com.erggroup.mass.ant;
public interface JatsElement
{
public void execute(Jats parent);
public String getElementType();
}