Annotation Type Version


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD,PARAMETER,ANNOTATION_TYPE})
    @Documented
    @Inherited
    @AutoPopulated
    public @interface Version
    Designates a field or method that is used to version an entity. Typically not used directly but instead mapped to via annotation such as javax.persistence.Version.
    Since:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String NAME
      The annotation name.
    • Field Detail

      • NAME

        static final java.lang.String NAME
        The annotation name.