private void processReferenceBinding(Component comp, String propName, Annotation ann) {
        String loadExpr = null;

        Map<String, String[]> args = null;
        for (final Iterator<Entry<String, String[]>> it = ann.getAttributes().entrySet().iterator(); it.hasNext();) {