Package org.pjdbc.annotations
Annotation Interface DriverDependencies
Container annotation for multiple
DriverDependency annotations.
This annotation is automatically used by the compiler when multiple
@DriverDependency annotations are placed on a single class.
You typically don't need to use this annotation directly.
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe array of driver dependency annotations.
-
Element Details
-
value
DriverDependency[] valueThe array of driver dependency annotations.- Returns:
- the dependency annotations
-