juzu.template
Annotation Type Tag


@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface Tag

Declares a tag.


Required Element Summary
 String name
           
 String path
           
 

Element Detail

name

public abstract String name
Returns:
the tag name

path

public abstract String path
Returns:
the tag path


Copyright © 2014 eXo Platform SAS. All rights reserved.