1 15 package org.apache.hivemind.service; 16 17 24 public interface Autowiring 25 { 26 33 public Object autowireProperties(Object target, String [] propertyNames); 34 35 41 public Object autowireProperties(Object target); 42 43 52 public Object autowireProperties(String strategy, Object target, String [] propertyNames); 53 54 61 public Object autowireProperties(String strategy, Object target); 62 63 } 64 | Popular Tags |