Annotation Type Versions


  • @Retention(RUNTIME)
    @Documented
    @Target({TYPE,METHOD})
    public @interface Versions
    Defines an artifact (jar) which needs to be matched against Maven coordinates of Manifest file information for this plugin to be enabled The above are matched as OR (any of).
    Author:
    alpapad@gmail.com
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Manifest[] manifest
      A list of Manifest entries which need to be matched.
      Maven[] maven
      A list of maven coordinates to be matched.
    • Element Detail

      • maven

        Maven[] maven
        A list of maven coordinates to be matched.
        Returns:
        the maven[]
        Default:
        {}
      • manifest

        Manifest[] manifest
        A list of Manifest entries which need to be matched.
        Returns:
        the manifest[]
        Default:
        {}