org.springframework.jee.inject
Class ResourceInfo
java.lang.Object
org.springframework.jee.inject.BasicInjectionInfo
org.springframework.jee.inject.ResourceInfo
- All Implemented Interfaces:
- InjectionInfo
public class ResourceInfo
- extends BasicInjectionInfo
JSR 250 resource information holder.
- Author:
- Rod Johnson, Costin Leau
Method Summary |
String |
getInjectionName()
Logging friendly message indicating what type of injection is applied (i.e. |
ResourceInfo
public ResourceInfo(javax.annotation.Resource annotation)
ResourceInfo
public ResourceInfo(String name,
Class type)
getInjectionName
public String getInjectionName()
- Description copied from interface:
InjectionInfo
- Logging friendly message indicating what type of injection is applied (i.e. @Resource or @EJB).
- Specified by:
getInjectionName
in interface InjectionInfo
- Overrides:
getInjectionName
in class BasicInjectionInfo
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.