|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Qualifier @Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD,PARAMETER}) public @interface Mapper
Qualifies the FunctionMapper
and VariableMapper
beans used to
create an ELContext
for use in Expressions
.
Seam Solder will inject a FunctionMapper
and
VariableMapper
for each instantiation of an ELContext
(and
hence for each instantiation of Expressions
); any overrides of these
beans should ensure that obtaining the bean instance is a lightweight
operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |