Package jfun.yan.etc

Examples of jfun.yan.etc.FilteredPropertyBinder


   * @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);
  }
View Full Code Here

TOP

Related Classes of jfun.yan.etc.FilteredPropertyBinder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.