this.beans = new ArrayList<BeanDescriptor>();
this.beanToBinding = new HashMap<BeanDescriptor, ObjectBinding>();
this.assignedIds = new HashSet<String>();
this.strategy=strategy;
if(this.strategy==null){
this.strategy=new AnnotationDescriptionStrategy();
}
}