org.peaseplate
Annotation Type DefaultMacro


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DefaultMacro

Signs a method as the default macro. This macro can be called only by the macro class level name. The annotated method must conform the following rules:

Any following parameters can be of any type and will be passed from the template.

Author:
Manfred HANTSCHEL



Copyright © 2008. All Rights Reserved.