Annotation Interface ResourceView
Make a Jena Resource view interface or class discoverable by classpath scanning
- Author:
- raven
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?>[] valueA 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:
- {}
-