org.ucmtwine.annotation
Annotation Type Template


public @interface Template


Required Element Summary
 String name
          The template identifier
 String src
          The location on the classpath of the template source file
 
Optional Element Summary
 String description
          The template's description
 

Element Detail

name

public abstract String name
The template identifier

Returns:

src

public abstract String src
The location on the classpath of the template source file

Returns:

description

public abstract String description
The template's description

Returns:
Default:
""


Copyright © 2012. All Rights Reserved.