super(finder);
}
public void process(AnnotationsMetaData metaData, Class<?> type)
{
ServletSecurity annotation = finder.getAnnotation(type, ServletSecurity.class);
if(annotation == null)
return;
ServletSecurityMetaData servletSecurity = create(type);
AnnotationMetaData annotationMD = metaData.get(type.getName());