519520521522523524525526527528529
{ for (Annotation a : annotationsOnParameter) { if (a instanceof ComponentName) { ComponentName cn = (ComponentName) a; return cn.value(); } } return null; }