org.peaseplate
Annotation Type DefaultTransformer


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

Signs a method as the default transformer. This transformer can be called only by the transformer 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.