src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/SqlStruct.java
branchJDK-8188051-branch
changeset 56997 c9cbac2979fb
parent 56797 fb523d4d9185
equal deleted inserted replaced
56832:4f7713e6a308 56997:c9cbac2979fb
    74      * used to determine the corresponding getter and setter for getting and
    74      * used to determine the corresponding getter and setter for getting and
    75      * setting the value of this field in the annotated Java type.
    75      * setting the value of this field in the annotated Java type.
    76      *
    76      *
    77      * Implementations may choose to directly access a field named with the same
    77      * Implementations may choose to directly access a field named with the same
    78      * identifier or a constructor or static factory method where all of the
    78      * identifier or a constructor or static factory method where all of the
    79      * formal parameters are named by @Field annotations in the applied
    79      * formal parameters are named by Field annotations in the applied
    80      * @SqlStruct.
    80      * SqlStruct.
    81      *
    81      *
    82      * @return a Java identifier
    82      * @return a Java identifier
    83      */
    83      */
    84     public String javaFieldName();
    84     public String javaFieldName();
    85   }
    85   }