}
@Override
protected void generateHostPathInitialization(SourcePrinter srcWriter)
{
TargetEndPoint targetEndPoint = baseIntf.getAnnotation(TargetEndPoint.class);
if (targetEndPoint != null)
{
String basePath = targetEndPoint.value();
if (basePath.endsWith("/"))
{
basePath = basePath.substring(0, basePath.length()-1);
}