filter( Specifications.translate( Annotations.type(), Annotations.hasAnnotation( InjectionScope.class ) ), iterable( parameterAnnotations[idx] ) ) );
if( injectionAnnotation == null )
{
if (fragmentClass.getSuperclass().isMemberClass())
{
injectionAnnotation = new Uses()
{
@Override
public Class<? extends Annotation> annotationType()
{
return Uses.class;