302303304305306307308309310311312
if(annotations != null) { ManagementProperty mp = (ManagementProperty) annotations.get(ManagementProperty.class.getName()); if(mp != null) { use = mp.use(); if(useField != null && useField.length > 0) { HashSet<ViewUse> uses = new HashSet<ViewUse>(); for(ViewUse vu : use) {