*
* @return the next chained builder.
* @see DefaultAnnotationRuleProviderFactory
*/
public FromAnnotationRuleProviderFactory useDefaultAnnotationRuleProviderFactory() {
return this.useAnnotationRuleProviderFactory(new DefaultAnnotationRuleProviderFactory());
}