super(finder);
}
public void process(JBossSessionBeanMetaData metaData, Class<?> type)
{
SerializedConcurrentAccess annotation = finder.getAnnotation(type, SerializedConcurrentAccess.class);
if(annotation == null)
return;
metaData.setConcurrent(Boolean.TRUE);
}