Annotation Type WithPostgresExtension
A marker annotation that makes sure the specified PostgreSQL extension is installed before the method
is invoked and removes the extension after the method has completed.
- Author:
- Chris Cranford
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns the name of the extension.
-