else if (!BeanScope.DEPENDENT.equals(scope))
{
javaClass.addAnnotation(scope.getAnnotation());
}
resource.setContents(javaClass);
pickup.fire(new PickupResource(resource));
}
}
else
{
throw new RuntimeException("Type already exists [" + resource.getFullyQualifiedName()