DRAFT

javax.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


DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.