Annotation Interface Version


public @interface Version
Version of an exported package The default version is 1.0.0
Author:
Tony Vaagenes
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    must be non-negative
    int
    must be non-negative
    int
    must be non-negative
    must follow the format (alpha|digit|'_'|'-')+
  • Element Details

    • major

      int major
      must be non-negative
      Default:
      1
    • minor

      int minor
      must be non-negative
      Default:
      0
    • micro

      int micro
      must be non-negative
      Default:
      0
    • qualifier

      String qualifier
      must follow the format (alpha|digit|'_'|'-')+
      Default:
      ""