Code cleanup on new baseline
This commit is contained in:
@@ -227,7 +227,7 @@ public class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBean
|
||||
|
||||
/**
|
||||
* Specify the factory for objects to be injected into {@code @Resource} /
|
||||
* {@code @WebServiceRef} / {@code @EJB} annotated fields and setter methods,
|
||||
* {@code @EJB} annotated fields and setter methods,
|
||||
* <b>for {@code mappedName} attributes that point directly into JNDI</b>.
|
||||
* This factory will also be used if "alwaysUseJndiLookup" is set to "true" in order
|
||||
* to enforce JNDI lookups even for {@code name} attributes and default names.
|
||||
@@ -243,7 +243,7 @@ public class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBean
|
||||
|
||||
/**
|
||||
* Specify the factory for objects to be injected into {@code @Resource} /
|
||||
* {@code @WebServiceRef} / {@code @EJB} annotated fields and setter methods,
|
||||
* {@code @EJB} annotated fields and setter methods,
|
||||
* <b>for {@code name} attributes and default names</b>.
|
||||
* <p>The default is the BeanFactory that this post-processor is defined in,
|
||||
* if any, looking up resource names as Spring bean names. Specify the resource
|
||||
|
||||
Reference in New Issue
Block a user