if (fmd != null
&& fmd.getManagement() != FieldMetaData.MANAGE_PERSISTENT)
return null;
// look for persistence strategy in annotation table
PersistenceStrategy pstrat = null;
for (Annotation anno : el.getDeclaredAnnotations()) {
if (pstrat != null && _strats.containsKey(anno.annotationType()))
throw new MetaDataException(_loc.get("already-pers", member));
if (pstrat == null)
pstrat = _strats.get(anno.annotationType());