jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
child 33547 e4c76ac38b12
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    85     /**
    85     /**
    86      * Returns the optimized version of the same accessor.
    86      * Returns the optimized version of the same accessor.
    87      *
    87      *
    88      * @param context The {@link JAXBContextImpl} that owns the whole thing.
    88      * @param context The {@link JAXBContextImpl} that owns the whole thing.
    89      *                (See {@link RuntimeModelBuilder#context}.)
    89      *                (See {@link RuntimeModelBuilder#context}.)
    90      * @return At least the implementation can return <tt>this</tt>.
    90      * @return At least the implementation can return {@code this}.
    91      */
    91      */
    92     public Accessor<BeanT, ValueT> optimize(@Nullable JAXBContextImpl context) {
    92     public Accessor<BeanT, ValueT> optimize(@Nullable JAXBContextImpl context) {
    93         return this;
    93         return this;
    94     }
    94     }
    95 
    95