public String generate(Context context, Settings settings) throws ConfigurationNotSetException,
TemplateFileNotFoundException, AnnotationNotRegisteredException, EvaluatorException,
AnnotationNotFoundException, TemplateFileAccessException, InspectionException, TagParserException {
if (this.configuration == null) {
throw new ConfigurationNotSetException("Configuration is not set for AFWeaver generation");
}
configuration.setSettings(settings);
context.setConfiguration(configuration);