Dominik Przybysz created ARIES-1566:
---------------------------------------

             Summary: Support @Lazy annotation
                 Key: ARIES-1566
                 URL: https://issues.apache.org/jira/browse/ARIES-1566
             Project: Aries
          Issue Type: Improvement
          Components: Blueprint
            Reporter: Dominik Przybysz


There is some things to do:
- interpret @org.springframework.context.annotation.Lazy on bean as 
activation='lazy'
- @Lazy(true) generates attribute activation='lazy' on bean element
- @Lazy(false) generates attribute activation='eager' on bean element
- add plugin paramater: defaultActivation
- default from defaultActivation is null which indicates blueprint default
- if defaultActivation is set to EAGER then generate attribute 
default-activation='eager' on blueprint element
- if defaultActivation is set to LAZY then generate attribute 
default-activation='lazy' on blueprint element
- for produces beans activation of class is overridden by method activation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to