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

Author:
jwells



Copyright © 2013 Oracle Corporation. All Rights Reserved.