@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Proxy
Modifier and Type | Optional Element and Description |
---|---|
boolean |
lazy
Whether this class is lazy or not.
|
java.lang.Class |
proxyClass
Proxy class or interface used.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.