Annotation Type MavenRepository


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @API(status=EXPERIMENTAL, since="0.1.0") public @interface MavenRepository
Author:
Karl Heinz Marbaise
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the location of the local cache (aka local repository).
  • Element Details

    • value

      String value
      Defines the location of the local cache (aka local repository).
      Returns:
      The location of the local cache.
      Default:
      ".m2/repository"