org.springframework.jee.inject
Class Jsr250Processor
java.lang.Object
org.springframework.jee.inject.Jsr250Processor
- All Implemented Interfaces:
- MetadataProcessor
public class Jsr250Processor
- extends Object
- implements MetadataProcessor
Jsr250 annotation processor. Creates field and method injection based on the
annotations found.
- Author:
- Costin Leau
- See Also:
FieldInjection,
MethodInjection
|
Field Summary |
protected Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final Log log
Jsr250Processor
public Jsr250Processor()
process
public void process(Jsr250Metadata im)
- Specified by:
process in interface MetadataProcessor
addInjectionMetadata
protected void addInjectionMetadata(Jsr250Metadata jsr250)
addAnnotationResourceReferences
protected void addAnnotationResourceReferences(List<Injection> injections,
Class clazz)
Copyright © 2007 Interface21. All Rights Reserved.