Package org.picocontainer.gems.behaviors

Examples of org.picocontainer.gems.behaviors.AsmImplementationHiding


   * @deprecated renamed to ASM_IMPL_HIDING() to better differentiate between JDK Proxy implementation hiding
   * and ASM-based implementation hiding.
   */
  @Deprecated
    public static BehaviorFactory IMPL_HIDING() {
        return new AsmImplementationHiding();
    }
View Full Code Here


   * Creates an {@link org.picocontainer.gems.behaviors.AsmImplementationHiding AsmImplementationHiding} behavior factory.
   * @return a new AsmImplementationHiding() instance.
   * @since PicoContainer-Gems 2.4
     */
    public static BehaviorFactory ASM_IMPL_HIDING() {
        return new AsmImplementationHiding();     
    }
View Full Code Here

TOP

Related Classes of org.picocontainer.gems.behaviors.AsmImplementationHiding

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.