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

eu.cedarsoft.wicket.yaml.SubTemplate Maven / Gradle / Ivy

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