Annotation Type auto


  • @Target(FIELD)
    @Retention(CLASS)
    public @interface auto

    For internal use only

    .

    Tags a property field as auto-generated during property inference.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int declaredAccess
      Applies to an existing field having the same name as an inferred property.
    • Element Detail

      • declaredAccess

        int declaredAccess
        Applies to an existing field having the same name as an inferred property. Stores the declared access privilege (public, protected, package, or private) of the original field. The default value of -1 indicates the field did not exist prior to the inference.
        Default:
        -1