[ 
https://issues.apache.org/jira/browse/ARIES-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316972#comment-15316972
 ] 

ASF subversion and git services commented on ARIES-1566:
--------------------------------------------------------

Commit 1747053 from [~alien11689] in branch 'aries/trunk'
[ https://svn.apache.org/r1747053 ]

[ARIES-1566] Support @Lazy annotation

> 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
>            Assignee: 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