jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/outline/FieldAccessor.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    96      * this object is created.
    96      * this object is created.
    97      */
    97      */
    98     FieldOutline owner();
    98     FieldOutline owner();
    99 
    99 
   100     /**
   100     /**
   101      * Short for <tt>owner().getPropertyInfo()</tt>
   101      * Short for {@code owner().getPropertyInfo()}
   102      */
   102      */
   103     CPropertyInfo getPropertyInfo();
   103     CPropertyInfo getPropertyInfo();
   104 }
   104 }