metagloss 0.0.2

Package net.sf.metagloss.injection

Provides the InjectionManager and AnnotatedMethod.

See:
          Description

Interface Summary
Injector Interface denotes that a class is capable of injecting setters/calling getters.
 

Class Summary
AnnotatedMethod The AnnotatedMethod class is used by the InjectionManager for caching bound Methods and Annotations.
InjectionManager The InjectionManager provides a retrieval and caching mechanism for annotated getters and setters.
 

Exception Summary
InjectionException Thrown when an error relating to the injection phase occurs.
InjectorException Thrown when error relating to the injection phase occurs.
 

Package net.sf.metagloss.injection Description

Provides the InjectionManager and AnnotatedMethod.