eu.cedarsoft.wicket.yaml.SubTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yaml-integration Show documentation
Show all versions of yaml-integration Show documentation
Integrates the YAML framework into Wicket
The newest version!
package eu.cedarsoft.wicket.yaml;
import org.apache.wicket.markup.html.border.Border;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
/**
*
*/
public class SubTemplate extends Border {
public SubTemplate( @NotNull @NonNls String id ) {
super( id );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy