Annotation Type WithPostgresExtension


@Retention(RUNTIME) @Target(METHOD) public @interface 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
    Modifier and Type
    Required Element
    Description
    Returns the name of the extension.
  • Element Details

    • value

      String value
      Returns the name of the extension.