org.codehaus.enunciate.apt
Interface EnunciateModelAware

All Known Implementing Classes:
AMFDeploymentModule, BasicAppModule, CDeploymentModule, CSharpDeploymentModule, CXFDeploymentModule, DocumentationDeploymentModule, FreemarkerDeploymentModule, GWTDeploymentModule, JavaClientDeploymentModule, JAXWSRIDeploymentModule, JAXWSSupportDeploymentModule, JBossDeploymentModule, JerseyDeploymentModule, ObjCDeploymentModule, RubyDeploymentModule, SpringAppDeploymentModule, XMLDeploymentModule

public interface EnunciateModelAware

Marker interfaces for components that are aware of the Enunciate model.

Author:
Ryan Heaton

Method Summary
 void initModel(EnunciateFreemarkerModel model)
          Initialize the model.
 

Method Detail

initModel

void initModel(EnunciateFreemarkerModel model)
Initialize the model.

Parameters:
model - The model to initialize.