javax.inject
Annotation Type Production


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

The default deployment type.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.