javax.webbeans
Annotation Type Initializer


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

Specifies that a method of a Web Bean implementation class is a Web Beans initializer method, or that a constructor is the Web Bean constructor.

Author:
Gavin King, Pete Muir



Copyright © 2008. All Rights Reserved.