javax.enterprise.inject
Annotation Type Initializer


@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
@Documented
public @interface Initializer

Specifies that a method of a bean is a bean initializer method, or that a constructor is the bean constructor.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.