Searched refs:sAnnotations (Results 1 – 1 of 1) sorted by relevance
274 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations; field in ViewDebug812 if (sAnnotations == null) { in getExportedPropertyFields()813 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512); in getExportedPropertyFields()832 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class)); in getExportedPropertyFields()846 if (sAnnotations == null) { in getExportedPropertyMethods()847 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512); in getExportedPropertyMethods()868 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class)); in getExportedPropertyMethods()909 final ExportedProperty property = sAnnotations.get(method); in exportMethods()982 final ExportedProperty property = sAnnotations.get(field); in exportFields()