org.glassfish.hk2.api
Annotation Type Proxiable


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Proxiable

Scope annotations that are also marked with this annotation are proxiable. All objects that are produced by this scope must be able to be proxied, and will be proxied by the system

A scope must not be marked with both Proxiable and Unproxiable

Author:
jwells



Copyright © 2012 Oracle Corporation. All Rights Reserved.