freemarker.template
Interface Compileable

All Known Implementing Classes:
AbstractTemplate, BinaryData, Template, UnparsedTemplate

public interface Compileable

This is a marker interface to indicate that the class may be compiled from a template using a CompileableFactory. The compilation would typically happen by a constructor, which cannot be represented by an interface.

Version:
$Id: Compileable.java 1101 2013-04-01 04:17:32Z run2000 $