You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2016/02/02 22:01:40 UTC

[jira] [Commented] (DELTASPIKE-1069) evaluate interceptors for producer-methods

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

Thomas Andraschko commented on DELTASPIKE-1069:
-----------------------------------------------

--------- Example:
@Produces
@EnableBeanInterceptors
public MyBean createBean() {
  return new MyBean();
}

--------- API/Impl artifacts:
Core API:
@EnableBeanInterceptors

Core SPI:
EnableBeanInterceptorsInterceptor
EnableBeanInterceptorsInterceptorStrategy

Proxy SPI: 
EnableBeanInterceptorsInterceptorStrategyImpl


--------- Alternative name:
@Produces
@InterceptedBean
public MyBean createBean() {
  return new MyBean();
}

> evaluate interceptors for producer-methods
> ------------------------------------------
>
>                 Key: DELTASPIKE-1069
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1069
>             Project: DeltaSpike
>          Issue Type: Task
>          Components: Core, Proxy-Module
>    Affects Versions: 1.5.3
>            Reporter: Gerhard Petracek
>            Assignee: Thomas Andraschko
>             Fix For: 1.6.0
>
>
> similar to http://s.apache.org/Ixf



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