Package org.pjdbc.annotations
Annotation Interface DriverParameters
Container annotation for multiple
DriverParameter annotations.
This annotation is automatically used by the compiler when multiple
@DriverParameter 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 parameter annotations.
-
Element Details
-
value
DriverParameter[] valueThe array of driver parameter annotations.- Returns:
- the parameter annotations
-