* @param binder the autowiring mode.
* @return the new autowiring mode.
*/
public static PropertyBinder getAutowireWithoutAwareMarkerInterfaces(
PropertyBinder binder){
return new FilteredPropertyBinder(aware_marker_interfaces,
Components.useDefault(), binder);
}