AutowireInjectionTarget.java :  » App » android-libs » net » kazed » android » inject » Android Open Source

Android Open Source » App » android libs 
android libs » net » kazed » android » inject » AutowireInjectionTarget.java
package net.kazed.android.inject;

public class AutowireInjectionTarget {

  @Autowired
  public void setTestDao(ExampleDao dao) {
    
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.