roboguice.inject
Annotation Type ContextScoped


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

Apply this to implementation classes when you want one instance per context instance.

Author:
Mike Burton



Copyright © 2011. All Rights Reserved.