Annotation Interface Proxyable


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface Proxyable
Indicates that an annotated interface can be proxy-ed. Such interfaces are considered as candidates for auto-detection during the classpath scanning but are not automatically bind/registered into Guice.
Since:
1.7.0