if ( parent != null )
{
parent.getLdifs( ldifs );
}
ApplyLdifs annotation = description.getAnnotation( ApplyLdifs.class );
if ( ( annotation != null ) && ( annotation.value() != null ) )
{
ldifs.addAll( Arrays.asList( annotation.value() ) );
}
return ldifs;
}