1 package de.java2html.plugin;
2 
3 /**
4  @author Markus Gebhard
5  */
6 public interface IParameter {
7   public String getName();
8 }