Annotation Interface OperationProxy.Proxyable

Enclosing class:
OperationProxy

@Retention(CLASS) @Target(TYPE) public static @interface OperationProxy.Proxyable
Designates a Node class as eligible for proxying.
Since:
24.2
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether a proxyable node allows use for uncached.
  • Element Details

    • allowUncached

      boolean allowUncached
      Whether a proxyable node allows use for uncached. If uncached use is enabled, additional validations are performed to ensure the node supports uncached.
      Since:
      24.2
      Default:
      false