org.springframework.jee.ejb
Class EjbFieldInjection
java.lang.Object
org.springframework.jee.inject.Injection
org.springframework.jee.inject.FieldInjection
org.springframework.jee.ejb.EjbFieldInjection
- All Implemented Interfaces:
- InjectionI
public class EjbFieldInjection
- extends FieldInjection
Field level @EJB injection.
- Author:
- Costin Leau
Method Summary |
protected String |
getDefaultName()
Return the default name to be used if the info does not contain one. |
EjbFieldInjection
public EjbFieldInjection(Field f,
javax.ejb.EJB annotation)
EjbFieldInjection
public EjbFieldInjection(Field f,
InjectionInfo er)
getDefaultName
protected String getDefaultName()
- Description copied from class:
Injection
- Return the default name to be used if the info does not contain one.
- Overrides:
getDefaultName
in class Injection
- Returns:
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.