Annotation Interface ResourceView


@Retention(RUNTIME) @Target(TYPE) public @interface ResourceView
Make a Jena Resource view interface or class discoverable by classpath scanning
Author:
raven
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    A set of super-classes or interfaces of X of the class carrying the ResourceView annotation.
  • Element Details

    • value

      Class<?>[] value
      A set of super-classes or interfaces of X of the class carrying the ResourceView annotation. The implementation generated from the annotated class will be associated with each type in X. Example: interface A extends Resource { }
      Returns:
      Default:
      {}