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
Modifier and TypeOptional ElementDescriptionboolean
Whether the annotated element may be proxied or not.
-
Element Details
-
value
boolean valueWhether the annotated element may be proxied or not.- Returns:
true
if the annotated element may be proxied
- Default:
- true
-