org.ops4j.peaberry
Annotation Type BundleScoped


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

Apply this to implementation classes when you want only one instance (per BundleContext) to be reused for all injections for that binding.

Since:
1.1
Author:
mcculls@gmail.com (Stuart McCulloch)



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.