Documentation‎ > ‎

Soplet Tags

Soplet tags define the structure of a Soplet instance and may be freely defined by the developer, according to his business/programming needs. An example of a custom Soplet tag is shown in the following excerpt:

public @interface SopMyTagDef {

  public String myAttribute();


}


Additionally, when using the Soplet Eclipse Plugin, there are a series of built-in Soplet tags available with special meaning:

Comments