com.google.template.soy.shared.restricted
Annotation Type SoyPureFunction


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SoyPureFunction

Annotation for a Soy function that's pure (e.g. can be preevaluated during optimization).