X Tutup
Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Clarify on which interceptor instances the dependency injection should be performed before the AroundConstruct lifecycle callback is invoked #25

@glassfishrobot

Description

@glassfishrobot

From section 2.2 Interceptor Life Cycle: "The AroundConstruct lifecycle callback is invoked after the dependency injection has been completed on instances of all interceptor classes associated with the target class."

  • does it involve only AroundConstruct interceptors? (I suppose so.)
  • does it involve only interceptors associated with the target class or also the interceptors associated with the constructor?
    (e.g. FooInterceptor in the following case: @Inject @interceptors(FooInterceptor.class) public Foo() {})

Affected Versions

[1.2]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup