< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java

Print this page

        

*** 85,95 **** /** * Returns the optimized version of the same accessor. * * @param context The {@link JAXBContextImpl} that owns the whole thing. * (See {@link RuntimeModelBuilder#context}.) ! * @return At least the implementation can return <tt>this</tt>. */ public Accessor<BeanT, ValueT> optimize(@Nullable JAXBContextImpl context) { return this; } --- 85,95 ---- /** * Returns the optimized version of the same accessor. * * @param context The {@link JAXBContextImpl} that owns the whole thing. * (See {@link RuntimeModelBuilder#context}.) ! * @return At least the implementation can return {@code this}. */ public Accessor<BeanT, ValueT> optimize(@Nullable JAXBContextImpl context) { return this; }
< prev index next >