className = cName; postConstructMethodName = postmName; preDestroyMethodName = premName; injectionResources = resources;
return className;
if (injectionResources == null) { injectionResources = new LinkedList<InjectionCapable>(); } return injectionResources;
return postConstructMethod;
return postConstructMethodName;
return preDestroyMethod;
return preDestroyMethodName;
className = name;
injectionResources = resources;
postConstructMethod = method;
postConstructMethodName = methodName;
preDestroyMethod = method;