Annotation Interface LoaderFacade


An annotation designating an interface as one that is backed by various Loader.load(Path) calls, and that informs any Provider implementation that wishes to proxy it that the interface in question may be proxied.
Author:
Laird Nelson
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the annotated element may be proxied or not.
  • Element Details

    • value

      boolean value
      Whether the annotated element may be proxied or not.
      Returns:
      true if the annotated element may be proxied
      Default:
      true