javax.enterprise.inject
Annotation Type Disposes


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface Disposes

Specifies that a parameter of a method of bean is the disposed parameter of a disposal method.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.