{
methodMap.put(interceptionType, new LinkedList<MethodReference>());
}
if (detectedInterceptorTypes.contains(interceptionType))
{
throw new InterceptorMetadataException("Same interception type cannot be specified twice on the same class");
}
else
{
detectedInterceptorTypes.add(interceptionType);
}