javax.webbeans
Annotation Type Produces


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Produces

Specifies that a method of a Web Bean implementation class is a producer method.

Author:
Gavin King, Pete Muir



Copyright © 2008. All Rights Reserved.