continue;
}
for (Element elem : roundEnv.getElementsAnnotatedWith(AuthorizeInstantiation.class))
{
final AuthorizeInstantiation mp = elem.getAnnotation(AuthorizeInstantiation.class);
processMountPoint(context, elem, mp);
}
for (Element elem : roundEnv.getElementsAnnotatedWith(MountPath.class))
{
final MountPath mp = elem.getAnnotation(MountPath.class);