|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jee.inject.BasicInjectionInfo
org.springframework.jee.inject.ResourceInfo
public class ResourceInfo
JSR 250 resource information holder.
Field Summary |
---|
Fields inherited from class org.springframework.jee.inject.BasicInjectionInfo |
---|
name, type |
Constructor Summary | |
---|---|
ResourceInfo(Resource annotation)
|
|
ResourceInfo(java.lang.String name,
java.lang.Class type)
|
Method Summary | |
---|---|
java.lang.String |
getInjectionName()
Logging friendly message indicating what type of injection is applied (i.e. |
Methods inherited from class org.springframework.jee.inject.BasicInjectionInfo |
---|
getName, getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceInfo(Resource annotation)
public ResourceInfo(java.lang.String name, java.lang.Class type)
Method Detail |
---|
public java.lang.String getInjectionName()
InjectionInfo
getInjectionName
in interface InjectionInfo
getInjectionName
in class BasicInjectionInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |