You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Dominik Przybysz (JIRA)" <ji...@apache.org> on 2016/06/06 18:53:21 UTC

[jira] [Closed] (ARIES-1566) Support @Lazy annotation

     [ https://issues.apache.org/jira/browse/ARIES-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Przybysz closed ARIES-1566.
-----------------------------------

> 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)